diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /* |