diff options
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.h,v 1.43 2002/03/20 12:54:08 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.44 2002/04/02 20:42:49 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 | */ |
@@ -52,8 +52,6 @@ LUALIB_API int luaL_findstring (const char *name, | |||
52 | LUALIB_API int luaL_ref (lua_State *L, int t); | 52 | LUALIB_API int luaL_ref (lua_State *L, int t); |
53 | LUALIB_API void luaL_unref (lua_State *L, int t, int ref); | 53 | LUALIB_API void luaL_unref (lua_State *L, int t, int ref); |
54 | 54 | ||
55 | /* error messages corresponding to error codes */ | ||
56 | LUALIB_API const char *luaL_errstr (int errcode); | ||
57 | 55 | ||
58 | 56 | ||
59 | /* | 57 | /* |