Use print_char('x') instead of print_string("x").
[cparser] / preproctest / simpledef.c
1 #define foo bar
2 foo
3 bar
4 #undef foo
5 foo
6 bar