aboutsummaryrefslogtreecommitdiff
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 3d629f3a..956108a3 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.198 2005/01/07 19:53:32 roberto Exp roberto $ 2** $Id: lua.h,v 1.199 2005/01/10 17:31:50 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil 4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
5** http://www.lua.org mailto:info@lua.org 5** http://www.lua.org mailto:info@lua.org
@@ -227,7 +227,7 @@ LUA_API int (lua_status) (lua_State *L);
227#define LUA_GCCOUNT 3 227#define LUA_GCCOUNT 3
228#define LUA_GCSTEP 4 228#define LUA_GCSTEP 4
229#define LUA_GCSETPACE 5 229#define LUA_GCSETPACE 5
230#define LUA_GCSETINCMODE 6 230#define LUA_GCSETSTEPMUL 6
231 231
232LUA_API int (lua_gc) (lua_State *L, int what, int data); 232LUA_API int (lua_gc) (lua_State *L, int what, int data);
233 233