tccpp: cleanup options -dD -dM, remove -C
commitfe845cf53da206bb28f6b49a0878b0118b4f242b
authorgrischka <grischka>
Thu, 5 May 2016 12:12:53 +0000 (5 14:12 +0200)
committergrischka <grischka>
Thu, 5 May 2016 12:12:53 +0000 (5 14:12 +0200)
tree27caab94c1fdd03dd8b551d637cd74e917c0f5ae
parentcaebbc3ee1071ace94003cdf645f749d2b0a9eed
tccpp: cleanup options -dD -dM, remove -C

The lexer is for reading files, not for writing.

Also :
- macro_is_equal(): avoid crash if redefining __FILE__
libtcc.c
tcc.c
tcc.h
tccelf.c
tccpp.c