1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-17 14:27:11 +02:00

Added the TCC compiler to the external folder and the associated projects.

This commit is contained in:
Sandu Liviu Catalin
2016-03-27 06:05:43 +03:00
parent e5525a296a
commit fdbd78cdd1
47 changed files with 42064 additions and 0 deletions

17
external/TCC/stab.h vendored Normal file
View File

@ -0,0 +1,17 @@
#ifndef __GNU_STAB__
/* Indicate the GNU stab.h is in use. */
#define __GNU_STAB__
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#endif /* __GNU_STAB_ */