diff options
| author | grischka <grischka> | 2009-04-17 22:44:42 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-04-18 15:08:02 +0200 |
| commit | dd5630ff95b8dc47ab3b5ef3f167f3342da79a77 (patch) | |
| tree | 0b8aae2895265eeb86ef298ce4444d21bec5c37e /il-gen.c | |
| parent | 0f0ed4a8bf2b6f6bdcab1a46c34c6f54005bf34e (diff) | |
| download | tinycc-dd5630ff95b8dc47ab3b5ef3f167f3342da79a77.tar.gz tinycc-dd5630ff95b8dc47ab3b5ef3f167f3342da79a77.tar.bz2 | |
tcc -E: fix pasting empty tokens
/* test case */
#define t(x,y,z) x ## y ## z
int j[] = { t(1,2,3), t(,4,5), t(6,,7), t(8,9,),
t(10,,), t(,11,), t(,,12), t(,,) };
tcc -E: xpected result:
int j[] = { 123, 45, 67, 89,
10, 11, 12, };
Diffstat (limited to 'il-gen.c')
0 files changed, 0 insertions, 0 deletions
