diff options
| author | Changming Xu <xcmhit@gmail.com> | 2011-02-27 10:15:15 +0800 |
|---|---|---|
| committer | Changming Xu <xcmhit@gmail.com> | 2011-02-27 10:15:15 +0800 |
| commit | 185fba418978aabef36765fdfaf24d516f1a9f33 (patch) | |
| tree | b111a320671979f7cfd213ea1bdde95718e3864b /tests/tcctest.c | |
| parent | 1b85b5505961f0d5c52156fb6a5a54db199e1071 (diff) | |
| download | tinycc-185fba418978aabef36765fdfaf24d516f1a9f33.tar.gz tinycc-185fba418978aabef36765fdfaf24d516f1a9f33.tar.bz2 | |
tcc -E: append a ' ' after subst
We need a ' ' after subst of m in the following case
#define m(name,r) name ## r
#define m0(a,b,c) int m(a,b) c
#define m1(a,b,c) int m(a,b)c
m0(a, b, c);
m1(a, b, c);
Diffstat (limited to 'tests/tcctest.c')
0 files changed, 0 insertions, 0 deletions
