aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: constify some global datagrischka2009-07-181-3/+4
* win32: treat long double as doublegrischka2009-07-181-0/+10
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-1/+5
* cleanup: stop abuse of sym->c for #define tokenstreamsgrischka2009-07-181-8/+10
* pp: return newline after directivegrischka2009-07-181-1/+2
* pp: simplify pasting, enable L ## numbergrischka2009-07-181-87/+25
* tcc_preprocess: add gcc-style include-depth flagsgrischka2009-06-171-7/+22
* fix "cached include" optimizationgrischka2009-05-111-53/+58
* move static prototypes to libtcc.cgrischka2009-05-111-6/+11
* move some global variables into TCCStategrischka2009-05-111-3/+3
* move minor things from libtcc.c to other filesgrischka2009-05-051-0/+262
* move preprocessor to tccpp.cgrischka2009-05-051-0/+2643
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-0/+20