tccpp: token ## pasting: preserve parts if pasting fails
commit8afb8ccba241bbff56ef62e40adbb801ffd1c559
authorgrischka <grischka>
Sat, 1 Oct 2016 19:57:40 +0000 (1 21:57 +0200)
committergrischka <grischka>
Sat, 1 Oct 2016 19:57:40 +0000 (1 21:57 +0200)
treed5943ae90376f3b252d71d14f2c98ee6dc02e62c
parentc5b9ae4e3f5f4037fc3816bcbcec60982734196b
tccpp: token ## pasting: preserve parts if pasting fails

for example
    #define LBL(name) _ ## name ## :
    LBL(main)
will give two tokens
    '_main' and ':'
and the warning
tccpp.c