aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index a6f8268b..b777624e 100644
--- a/lua.h
+++ b/lua.h
@@ -51,8 +51,7 @@
51#define LUA_ERRRUN 2 51#define LUA_ERRRUN 2
52#define LUA_ERRSYNTAX 3 52#define LUA_ERRSYNTAX 3
53#define LUA_ERRMEM 4 53#define LUA_ERRMEM 4
54#define LUA_ERRGCMM 5 54#define LUA_ERRERR 5
55#define LUA_ERRERR 6
56 55
57 56
58typedef struct lua_State lua_State; 57typedef struct lua_State lua_State;