Add the basic types to the global symbol table
This commit is contained in:
parent
03c4244fd8
commit
b227a2f508
6 changed files with 50 additions and 5 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue