redo of the -dD option
commit80322adaa0544eedc7198ed4c529a41856f66f43
authorseyko <seyko2@gmail.com>
Wed, 13 May 2015 09:16:00 +0000 (13 12:16 +0300)
committerseyko <seyko2@gmail.com>
Wed, 13 May 2015 09:16:00 +0000 (13 12:16 +0300)
tree59191ba1522521412f07f5a8dccc38f9e9fb4326
parentcf92f7aacbc9e3c828e6a1b68eed6a87d0cf88bd
redo of the -dD option

    functionality was broken some time ago and was removed
    by the "tccpp: fix issues, add tests"

    fix: LINE_MACRO_OUTPUT_FORMAT_NONE in pp_line()
    means: output '\n' and not "don't output at all"
libtcc.c
tcc.c
tcc.h
tccpp.c