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 04f83578..ee932062 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.181 2003/10/10 12:57:55 roberto Exp roberto $ 2** $Id: lua.h,v 1.182 2003/10/10 13:29:08 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
@@ -239,6 +239,8 @@ LUA_API int lua_next (lua_State *L, int idx);
239 239
240LUA_API void lua_concat (lua_State *L, int n); 240LUA_API void lua_concat (lua_State *L, int n);
241 241
242LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud);
243
242 244
243 245
244/* 246/*