A gcc preprocessor option -dD added
commitb7b9f9f51170bd1616ee56acfef9c6bf20b9cf3f
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:25:57 +0000 (3 14:25 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:25:57 +0000 (3 14:25 +0300)
treeb31eb010c27630fdc5eeb8cd9b8c9c1548b3153f
parent50cdccf3efaa13dd11d1533b73fb34e0429d5cd6
A gcc preprocessor option -dD added
With this option on a defines are included into the output
(inside comments). This will allow to debug a problems like:

    In file included from math.c:8:
    In file included from /usr/include/math.h:43:
    /usr/include/bits/nan.h:52: warning: NAN redefined
libtcc.c
tcc.c
tcc.h
tccpp.c