aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index 4b600548..6941e8ae 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.165 2002/11/18 11:01:55 roberto Exp roberto $ 2** $Id: lua.h,v 1.166 2002/11/25 17:47:13 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
@@ -215,6 +215,8 @@ LUA_API void lua_setgcthreshold (lua_State *L, int newthreshold);
215** miscellaneous functions 215** miscellaneous functions
216*/ 216*/
217 217
218LUA_API const char *lua_version (void);
219
218LUA_API int lua_error (lua_State *L); 220LUA_API int lua_error (lua_State *L);
219 221
220LUA_API int lua_next (lua_State *L, int idx); 222LUA_API int lua_next (lua_State *L, int idx);