With lots of experimenting, tradcpp (0.4) seems to work way better than gcc, and it's output is actually valid. We'll go with that for now.
4 lines
54 B
C
4 lines
54 B
C
# define FOO BAR
|
|
#undef FOO /* would be wrong */
|
|
FOO
|