Makeclass cleaned up
This commit is contained in:
@@ -47,11 +47,6 @@
|
||||
#define LUA_ERRMEM 4
|
||||
#define LUA_ERRERR 5
|
||||
|
||||
/* Additional thread status codes for luprex */
|
||||
#define LUA_ERRPARTIAL 15
|
||||
#define LUA_ERREOF 16
|
||||
|
||||
|
||||
typedef struct lua_State lua_State;
|
||||
|
||||
typedef int (*lua_CFunction) (lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user