aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lauxlib.h b/lauxlib.h
index d8522098..7f1d3ca1 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -81,6 +81,9 @@ LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def,
81LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); 81LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname);
82LUALIB_API int (luaL_execresult) (lua_State *L, int stat); 82LUALIB_API int (luaL_execresult) (lua_State *L, int stat);
83 83
84LUALIB_API void *luaL_alloc (void *ud, void *ptr, size_t osize,
85 size_t nsize);
86
84 87
85/* predefined references */ 88/* predefined references */
86#define LUA_NOREF (-2) 89#define LUA_NOREF (-2)