diff options
Diffstat (limited to 'lauxlib.h')
| -rw-r--r-- | lauxlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lauxlib.h,v 1.91 2007/06/21 13:48:04 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.92 2007/06/22 15:33:54 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 | */ |
| @@ -78,8 +78,8 @@ LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, | |||
| 78 | LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx, | 78 | LUALIB_API const char *(luaL_findtable) (lua_State *L, int idx, |
| 79 | const char *fname, int szhint); | 79 | const char *fname, int szhint); |
| 80 | 80 | ||
| 81 | LUALIB_API const char *luaL_traceback (lua_State *L, lua_State *L1, | 81 | LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, |
| 82 | const char *msg, int level); | 82 | const char *msg, int level); |
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | 85 | ||
