Do not return an error statement, if a goto misses its label argument, but create...
[cparser] / preproctest / simpledef.c
1 #define foo bar
2 foo
3 bar
4 #undef foo
5 foo
6 bar