view tests/t33.c @ 145:a403605d3166

Fix handling of macros in quoted strings. Add some more tests; edit CHANGES a bit.
author David A. Holland
date Sat, 13 Jul 2013 14:19:59 -0400
parents
children
line wrap: on
line source

/* make sure that R gets defined and doesn't end up part of a string */
#define Q "
#define R r
#define S "
R
Q