comparison 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
comparison
equal deleted inserted replaced
144:7ab3d0c09cd8 145:a403605d3166
1 /* make sure that R gets defined and doesn't end up part of a string */
2 #define Q "
3 #define R r
4 #define S "
5 R
6 Q