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 d40d1956..95fb3f9c 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.297 2013/12/18 14:12:03 roberto Exp roberto $ 2** $Id: lua.h,v 1.298 2013/12/30 20:47: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
@@ -294,7 +294,6 @@ LUA_API int (lua_status) (lua_State *L);
294#define LUA_GCSTEP 5 294#define LUA_GCSTEP 5
295#define LUA_GCSETPAUSE 6 295#define LUA_GCSETPAUSE 6
296#define LUA_GCSETSTEPMUL 7 296#define LUA_GCSETSTEPMUL 7
297#define LUA_GCSETLOCALPAUSE 8
298#define LUA_GCISRUNNING 9 297#define LUA_GCISRUNNING 9
299 298
300LUA_API int (lua_gc) (lua_State *L, int what, int data); 299LUA_API int (lua_gc) (lua_State *L, int what, int data);