aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index b7508b4e..58f31646 100644
--- a/lua.h
+++ b/lua.h
@@ -338,7 +338,7 @@ LUA_API void (lua_warning) (lua_State *L, const char *msg, int tocont);
338#define LUA_GCISRUNNING 6 338#define LUA_GCISRUNNING 6
339#define LUA_GCGEN 7 339#define LUA_GCGEN 7
340#define LUA_GCINC 8 340#define LUA_GCINC 8
341#define LUA_GCSETPARAM 9 341#define LUA_GCPARAM 9
342 342
343 343
344/* 344/*