diff options
Diffstat (limited to 'lauxlib.h')
| -rw-r--r-- | lauxlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lauxlib.h,v 1.85 2005/09/06 17:19:51 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.86 2005/10/21 13:47:42 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 | */ |
| @@ -86,7 +86,7 @@ LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, | |||
| 86 | const char *r); | 86 | const char *r); |
| 87 | 87 | ||
| 88 | LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx, | 88 | LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx, |
| 89 | const char *fname); | 89 | const char *fname, int szhint); |
| 90 | 90 | ||
| 91 | 91 | ||
| 92 | 92 | ||
