repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] boolean in constant expressions done right
[smatch.git]
/
validation
/
preprocessor14.c
blob
001f1f2d96387b7e8c015963860c47e0562a69df
1
/*
2
* GNU kludge, another corner case
3
*/
4
#define A(x,y,...) ,##x##__VA_ARGS__
5
A
(,
1
)
6
#define B(x,y,...) x##,##__VA_ARGS__
7
B
(,
1
)