Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate tests/t13.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 | 737ffe27b4bd |
children |
rev | line source |
---|---|
49
8a204d153398
Intercept multiline comments earlier. Leave same-line comments alone.
David A. Holland
parents:
diff
changeset
|
1 /* |
8a204d153398
Intercept multiline comments earlier. Leave same-line comments alone.
David A. Holland
parents:
diff
changeset
|
2 #define FOO BAR |
8a204d153398
Intercept multiline comments earlier. Leave same-line comments alone.
David A. Holland
parents:
diff
changeset
|
3 */ |
8a204d153398
Intercept multiline comments earlier. Leave same-line comments alone.
David A. Holland
parents:
diff
changeset
|
4 FOO |