summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 735a2599..1499c04e 100644
--- a/lua.h
+++ b/lua.h
@@ -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
314LUA_API int (lua_gc) (lua_State *L, int what, int data); 314LUA_API int (lua_gc) (lua_State *L, int what, ...);
315 315
316 316
317/* 317/*