diff options
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -77,8 +77,6 @@ LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, | |||
77 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); | 77 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); |
78 | LUALIB_API int (luaL_execresult) (lua_State *L, int stat); | 78 | LUALIB_API int (luaL_execresult) (lua_State *L, int stat); |
79 | 79 | ||
80 | LUALIB_API int (luaL_resourcetryagain) (lua_State *L); | ||
81 | |||
82 | 80 | ||
83 | /* predefined references */ | 81 | /* predefined references */ |
84 | #define LUA_NOREF (-2) | 82 | #define LUA_NOREF (-2) |