view tests/t05.c @ 90:594495750d84

If we get a malformed #include, print it. (both before and after macro expansion) This way the user has a fighting chance of figuring out what happened.
author David A. Holland
date Mon, 10 Jun 2013 22:00:06 -0400
parents ac45dcc57ff9
children f2a9679a2033
line wrap: on
line source

#define concat(a, b) a/**/b
concat(abc, def)