aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lauxlib.h b/lauxlib.h
index c1aa67c8..360dea13 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.119 2011/11/14 17:10:24 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.120 2011/11/29 15:55:08 roberto Exp roberto $
3** Auxiliary functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -83,7 +83,7 @@ LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s);
83 83
84LUALIB_API lua_State *(luaL_newstate) (void); 84LUALIB_API lua_State *(luaL_newstate) (void);
85 85
86LUALIB_API int (luaL_len) (lua_State *L, int idx); 86LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx);
87 87
88LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, 88LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p,
89 const char *r); 89 const char *r);