Go to the documentation of this file.
23 #if INT_MAX-20 < 32760
26 #if INT_MAX > 2147483640L
30 #error "you must define BITS_INT with number of bits in an integer"
52 #define MAX_LUMEM ULONG_MAX
62 #define MAX_SIZET ((size_t)(~(size_t)0)-2)
65 #define MAX_INT (INT_MAX-2)
72 #define IntPoint(p) ((lu_hash)(p))
77 #ifndef LUSER_ALIGNMENT_T
98 #define check_exp(c,e) (e)
103 #define UNUSED(x) ((void)(x))
108 #define cast(t, exp) ((t)(exp))
122 #define LUA_MAXCALLS 4096
131 #ifndef LUA_MAXCCALLS
132 #define LUA_MAXCCALLS 200
137 #ifndef LUA_MAXCSTACK
138 #define LUA_MAXCSTACK 2048
154 #define MAXUPVALUES 32
160 #define MAXPARAMS 100
165 #ifndef MINSTRTABSIZE
166 #define MINSTRTABSIZE 32
171 #ifndef LUA_MINBUFFER
172 #define LUA_MINBUFFER 32
180 #ifndef LUA_MAXPARSERLEVEL
181 #define LUA_MAXPARSERLEVEL 200