diff options
Diffstat (limited to '')
| -rw-r--r-- | lua.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.h,v 1.284 2013/02/19 18:39:04 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.285 2013/03/15 13:04:22 roberto Exp roberto $ |
| 3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
| 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
| 5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
| @@ -161,6 +161,7 @@ LUA_API void (lua_xmove) (lua_State *from, lua_State *to, int n); | |||
| 161 | LUA_API int (lua_isnumber) (lua_State *L, int idx); | 161 | LUA_API int (lua_isnumber) (lua_State *L, int idx); |
| 162 | LUA_API int (lua_isstring) (lua_State *L, int idx); | 162 | LUA_API int (lua_isstring) (lua_State *L, int idx); |
| 163 | LUA_API int (lua_iscfunction) (lua_State *L, int idx); | 163 | LUA_API int (lua_iscfunction) (lua_State *L, int idx); |
| 164 | LUA_API int (lua_isinteger) (lua_State *L, int idx); | ||
| 164 | LUA_API int (lua_isuserdata) (lua_State *L, int idx); | 165 | LUA_API int (lua_isuserdata) (lua_State *L, int idx); |
| 165 | LUA_API int (lua_type) (lua_State *L, int idx); | 166 | LUA_API int (lua_type) (lua_State *L, int idx); |
| 166 | LUA_API const char *(lua_typename) (lua_State *L, int tp); | 167 | LUA_API const char *(lua_typename) (lua_State *L, int tp); |
