a81b2a4e6c
// comments to /* comments */ not only during macro definition, but also macro argument collection. Otherwise the following: #define b(a) a main { b( // 1); 0); } gets expanded to: main() { return // 1); 0; } instead of: main() { return /* 1);*/ 0; } |
||
---|---|---|
.. | ||
include | ||
po | ||
aclocal.m4 | ||
ChangeLog | ||
charset.c | ||
config.in | ||
configure | ||
configure.ac | ||
directives.c | ||
errors.c | ||
expr.c | ||
files.c | ||
identifiers.c | ||
init.c | ||
internal.h | ||
lex.c | ||
line-map.c | ||
macro.c | ||
makedepend.c | ||
Makefile.in | ||
makeucnid.c | ||
mkdeps.c | ||
pch.c | ||
symtab.c | ||
system.h | ||
traditional.c | ||
ucnid.h | ||
ucnid.tab |