summaryrefslogtreecommitdiff
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 12d217f6..468110f6 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.316 2014/10/04 22:57:36 roberto Exp roberto $ 2** $Id: lua.h,v 1.317 2014/10/07 18:29:13 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
@@ -321,7 +321,7 @@ LUA_API int (lua_next) (lua_State *L, int idx);
321LUA_API void (lua_concat) (lua_State *L, int n); 321LUA_API void (lua_concat) (lua_State *L, int n);
322LUA_API void (lua_len) (lua_State *L, int idx); 322LUA_API void (lua_len) (lua_State *L, int idx);
323 323
324LUA_API size_t (lua_strtonum) (lua_State *L, const char *s); 324LUA_API size_t (lua_stringtonum) (lua_State *L, const char *s);
325 325
326LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud); 326LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
327LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud); 327LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud);