aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-02-13 10:11:34 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-02-13 10:11:34 -0200
commit733c58595bb57541e38275103fade1330aeb839d (patch)
tree313583474068cdde188d72a876c7883d47b9e863 /lua.h
parent4a1ed6e6e53f8b208fd21d6ac8b0a34331c43ede (diff)
downloadlua-733c58595bb57541e38275103fade1330aeb839d.tar.gz
lua-733c58595bb57541e38275103fade1330aeb839d.tar.bz2
lua-733c58595bb57541e38275103fade1330aeb839d.zip
no more local collection
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);