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.
7 lines
112 B
C
7 lines
112 B
C
/* make sure that R gets defined and doesn't end up part of a string */
|
|
#define Q "
|
|
#define R r
|
|
#define S "
|
|
R
|
|
Q
|