tccpp.c: fix empty stringify
commita6b94eff79d64e74505a40fb1d70d60e97d7c1f6
authorPhilip <pipcet@gmail.com>
Fri, 1 May 2015 14:48:25 +0000 (1 14:48 +0000)
committerPhilip <pipcet@gmail.com>
Fri, 1 May 2015 14:48:25 +0000 (1 14:48 +0000)
tree7cdd01ded87f7b980ee32402d42207d3f7f05e82
parent951a43ea6c77436209c3dc974d8b18e5b2e87936
tccpp.c: fix empty stringify

    #define STRINGIFY2(x) #x
    #define STRINGIFY(x) STRINGIFY2(x)
    STRINGIFY()

should produce "", not "\301".
tccpp.c