tccpp.c: restore whitespace after failed macro
commit2f50cefbd4dd9a309555605495f5e4b820bad160
authorPhilip <pipcet@gmail.com>
Sat, 2 May 2015 13:55:42 +0000 (2 13:55 +0000)
committerPhilip <pipcet@gmail.com>
Sat, 2 May 2015 13:55:42 +0000 (2 13:55 +0000)
tree7708f5c11dd70de78257360d50fda390689d28a0
parenta6e6a954f5fb70c12e2f40e99281219c720de71b
tccpp.c: restore whitespace after failed macro

This fixes test7 described in:

http://lists.nongnu.org/archive/html/tinycc-devel/2015-05/msg00002.html

Note that the current code still adds excessive forced blank characters
to its output, so this patch might not change visible behaviour.
tccpp.c