#define LUA_PATH "LUA_PATH"
#define LUA_CPATH "LUA_CPATH"
#define LUA_INIT "LUA_INIT"
#define LUA_ROOT "/usr/local/"
#define LUA_LDIR
#define LUA_CDIR
#define LUA_PATH_DEFAULT
#define LUA_CPATH_DEFAULT
#define LUA_DIRSEP "/"
#define LUA_PATHSEP ";"
#define LUA_PATH_MARK "?"
#define LUA_EXECDIR "!"
#define LUA_IGMARK "-"
#define LUA_INTEGER ptrdiff_t
#define LUA_API extern
#define LUALIB_API LUA_API
#define LUAI_FUNC
#define LUAI_DATA LUAI_FUNC
#define LUA_QL( x )
#define LUA_QS
#define LUA_IDSIZE 60
#define LUAI_GCPAUSE 200
#define LUAI_GCMUL 200
#define LUA_COMPAT_VARARG
#define LUA_COMPAT_MOD
#define LUA_COMPAT_LSTR 1
#define LUA_COMPAT_GFIND
#define LUA_COMPAT_OPENLIB
#define luai_apicheck( L, o )
#define LUAI_BITSINT 32
#define LUAI_UINT32
#define LUAI_INT32 int
#define LUAI_MAXINT32 INT_MAX
#define LUAI_UMEM size_t
#define LUAI_MEM ptrdiff_t
#define LUAI_MAXCALLS 20000
#define LUAI_MAXCSTACK 8000
#define LUAI_MAXCCALLS 200
#define LUAI_MAXVARS 200
#define LUAI_MAXUPVALUES 60
#define LUAL_BUFFERSIZE 1024
#define LUA_NUMBER_DOUBLE
#define LUA_NUMBER double
#define LUAI_UACNUMBER double
#define LUA_NUMBER_SCAN "%lf"
#define LUA_NUMBER_FMT "%.14g"
#define lua_number2str( s, n )
#define LUAI_MAXNUMBER2STR 32
#define lua_str2number( s, p )
#define lua_number2int( i, d )
#define lua_number2integer( i, n )
#define LUAI_USER_ALIGNMENT_T
#define LUAI_THROW( L, c )
#define LUAI_TRY( L, c, a )
#define luai_jmpbuf jmp_buf
#define LUA_MAXCAPTURES 32
#define lua_popen( L, c, m )
#define lua_pclose( L, file )
#define LUAI_EXTRASPACE 0
#define luai_userstateopen( L )
#define luai_userstateclose( L )
#define luai_userstatethread( L, L1 )
#define luai_userstatefree( L )
#define luai_userstateresume( L, n )
#define luai_userstateyield( L, n )
#define LUA_INTFRMLEN "l"
#define LUA_INTFRM_T long
union luai_Cast | |
{ | |
double l_d; | |
long l_l; | |
} |