tcc: optionally build using libtcc

This commit is contained in:
grischka 2009-07-18 22:08:01 +02:00
parent f88350b611
commit b08dfb8273
1 changed files with 4 additions and 0 deletions

4
tcc.c
View File

@ -18,7 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef TCC_USE_LIBTCC
#include "tcc.h"
#else
#include "libtcc.c"
#endif
void help(void)
{