Given a macro definition like this: `define name `macro``text the preprocessor should expand `macro, not `macrotext, when it expands `name. This also ensures that `define name(p,s) p``_``s `define PREFIX my_prefix `define SUFFIX my_suffix `name(`PREFIX, `SUFFIX) expands to my_prefix_my_suffix as the user would expect. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| globals.h | ||
| ivlpp.txt | ||
| lexor.lex | ||
| main.c | ||