diff options
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.333 2017/02/23 21:07:34 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.334 2017/05/18 12:34:58 roberto Exp roberto $ |
3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -311,7 +311,7 @@ LUA_API int (lua_isyieldable) (lua_State *L); | |||
311 | #define LUA_GCGEN 10 | 311 | #define LUA_GCGEN 10 |
312 | #define LUA_GCINC 11 | 312 | #define LUA_GCINC 11 |
313 | 313 | ||
314 | LUA_API int (lua_gc) (lua_State *L, int what, int data); | 314 | LUA_API int (lua_gc) (lua_State *L, int what, ...); |
315 | 315 | ||
316 | 316 | ||
317 | /* | 317 | /* |