tccpp: alternative #pragma push/pop_macro
commit72e8ff11e9802e219e4880fe6ad0796beaf7fce2
authorgrischka <grischka>
Thu, 23 Apr 2015 21:27:36 +0000 (23 23:27 +0200)
committergrischka <grischka>
Thu, 23 Apr 2015 21:27:36 +0000 (23 23:27 +0200)
tree9a5326659133ad32a1e7491f0a1bc6f86ea39e42
parent7c27186a83cefd7845d4840ef25bd08c8b65cd3b
tccpp: alternative #pragma push/pop_macro

using next_nomacro() so that for example
    #define push_macro foobar
does not affect how the pragma works (same behavior
as gcc, albeit not MS's cl).
tccpp.c
tcctok.h