diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-23 09:30:45 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-23 09:30:45 -0200 |
commit | c5112f7b156ad2565bad3035c8c4008c3e7716a4 (patch) | |
tree | 05207653589cdf751be1f1a4647e9aca6881aa78 /lauxlib.h | |
parent | c231a5e2b68d6c32bc54b201f844590ae1a50c39 (diff) | |
download | lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.gz lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.tar.bz2 lua-c5112f7b156ad2565bad3035c8c4008c3e7716a4.zip |
details (comments)
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.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, | |||
65 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); | 65 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); |
66 | LUALIB_API int (luaL_execresult) (lua_State *L, int stat); | 66 | LUALIB_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 | ||