Add the basic types to the global symbol table

This commit is contained in:
Randy Heit 2013-10-29 13:51:25 -05:00
commit b227a2f508
6 changed files with 50 additions and 5 deletions

View file

@ -10,8 +10,6 @@
#define luai_nummod(a,b) ((a) - floor((a)/(b))*(b))
extern PSymbolTable GlobalSymbols;
ZCC_OpInfoType ZCC_OpInfo[PEX_COUNT_OF] =
{
#define xx(a,n) { n, #a, NULL },