diff options
Diffstat (limited to 'lauxlib.h')
| -rw-r--r-- | lauxlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -81,6 +81,9 @@ LUALIB_API int (luaL_checkoption) (lua_State *L, int arg, const char *def, | |||
| 81 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); | 81 | LUALIB_API int (luaL_fileresult) (lua_State *L, int stat, const char *fname); |
| 82 | LUALIB_API int (luaL_execresult) (lua_State *L, int stat); | 82 | LUALIB_API int (luaL_execresult) (lua_State *L, int stat); |
| 83 | 83 | ||
| 84 | LUALIB_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) |
