aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Collapse)AuthorAgeFilesLines
* move static prototypes to libtcc.cgrischka2009-05-111-1/+124
|
* move some global variables into TCCStategrischka2009-05-111-31/+32
|
* make tcc from tcc.c and libtcc from libtcc.cgrischka2009-05-051-5/+0
|
* move minor things from libtcc.c to other filesgrischka2009-05-051-277/+1
|
* move global variables to libtcc.cgrischka2009-05-051-0/+111
|
* move libtcc interface and helper functions to libtcc.cgrischka2009-05-051-0/+2282
|
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-0/+20