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 27ef3b9b..e0072a43 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.127 2014/10/25 11:50:46 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.128 2014/10/29 16:11:17 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*/
@@ -65,7 +65,7 @@ LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def,
65LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); 65LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname);
66LUALIB_API int (luaL_execresult) (lua_State *L, int stat); 66LUALIB_API int (luaL_execresult) (lua_State *L, int stat);
67 67
68/* pre-defined references */ 68/* predefined references */
69#define LUA_NOREF (-2) 69#define LUA_NOREF (-2)
70#define LUA_REFNIL (-1) 70#define LUA_REFNIL (-1)
71 71