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 ac02d433..8860a7e1 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.201 2005/01/17 23:50:55 roberto Exp roberto $ 2** $Id: lua.h,v 1.202 2005/02/18 12:40:02 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_GCCOLLECT 2 227#define LUA_GCCOLLECT 2
228#define LUA_GCCOUNT 3 228#define LUA_GCCOUNT 3
229#define LUA_GCSTEP 4 229#define LUA_GCSTEP 4
230#define LUA_GCSETPACE 5 230#define LUA_GCSETPAUSE 5
231#define LUA_GCSETSTEPMUL 6 231#define LUA_GCSETSTEPMUL 6
232 232
233LUA_API int (lua_gc) (lua_State *L, int what, int data); 233LUA_API int (lua_gc) (lua_State *L, int what, int data);