We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug occurs when expanding a macro without parameters to alternative macros with parameters. happened in bnx2.c file in Linux.
small currently ignored test case bnx.c is in the repository
#define LONG(ctr) long(ctr) #define SHORT(ctr) short(ctr) #ifdef AA #define DECIDE LONG #else #define DECIDE SHORT #endif DECIDE(a) DECIDE(b)
The text was updated successfully, but these errors were encountered:
add test cases to illustrate lexer problem, issue #10
743ed35
currently test is ignored
No branches or pull requests
Bug occurs when expanding a macro without parameters to alternative macros with parameters. happened in bnx2.c file in Linux.
small currently ignored test case bnx.c is in the repository
The text was updated successfully, but these errors were encountered: