1
0
mirror of https://github.com/mirror/tinycc.git synced 2025-03-28 12:10:05 +08:00

tcc: optionally build using libtcc

This commit is contained in:
grischka 2009-07-18 22:08:01 +02:00
parent f88350b611
commit b08dfb8273

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)
{