Improve error recovery when a T_IDENTIFIER is expected.
[cparser] / preproctest / simpledef.c
1 #define foo bar
2 foo
3 bar
4 #undef foo
5 foo
6 bar