diff options
Diffstat (limited to 'lapi.c')
| -rw-r--r-- | lapi.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lapi.c,v 2.234 2014/08/21 20:07:56 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.235 2014/08/27 14:59:33 roberto Exp roberto $ |
| 3 | ** Lua API | 3 | ** Lua API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -877,7 +877,7 @@ LUA_API void lua_setuservalue (lua_State *L, int idx) { | |||
| 877 | 877 | ||
| 878 | 878 | ||
| 879 | LUA_API void lua_callk (lua_State *L, int nargs, int nresults, | 879 | LUA_API void lua_callk (lua_State *L, int nargs, int nresults, |
| 880 | lua_Kcontext ctx, lua_KFunction k) { | 880 | lua_KContext ctx, lua_KFunction k) { |
| 881 | StkId func; | 881 | StkId func; |
| 882 | lua_lock(L); | 882 | lua_lock(L); |
| 883 | api_check(k == NULL || !isLua(L->ci), | 883 | api_check(k == NULL || !isLua(L->ci), |
| @@ -916,7 +916,7 @@ static void f_call (lua_State *L, void *ud) { | |||
| 916 | 916 | ||
| 917 | 917 | ||
| 918 | LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, | 918 | LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, |
| 919 | lua_Kcontext ctx, lua_KFunction k) { | 919 | lua_KContext ctx, lua_KFunction k) { |
| 920 | struct CallS c; | 920 | struct CallS c; |
| 921 | int status; | 921 | int status; |
| 922 | ptrdiff_t func; | 922 | ptrdiff_t func; |
