aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 6af70d44..6affc407 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -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,
52LUALIB_API int luaL_ref (lua_State *L, int t); 52LUALIB_API int luaL_ref (lua_State *L, int t);
53LUALIB_API void luaL_unref (lua_State *L, int t, int ref); 53LUALIB_API void luaL_unref (lua_State *L, int t, int ref);
54 54
55/* error messages corresponding to error codes */
56LUALIB_API const char *luaL_errstr (int errcode);
57 55
58 56
59/* 57/*