tccpp: restore -D symbols for multiple sources
commit07e47b3dd68d264a6223c1b74aa64d61a14ac240
authorgrischka <grischka>
Sat, 1 Oct 2016 17:58:13 +0000 (1 19:58 +0200)
committergrischka <grischka>
Sat, 1 Oct 2016 17:58:13 +0000 (1 19:58 +0200)
treef24ad396dc6f740fba335e28f82682fb8bf0d61b
parentcf32bb8812583583f526ee0faf8c8f7d7799210c
tccpp: restore -D symbols for multiple sources

... also for built-in defines

The case:
    $ tcc -D FOO a.c b.c
with
    // a.c
    #undef FOO

    // b.c
    #ifndef FOO
    # error -D FOO has been lost
    #endif
libtcc.c
tccpp.c