diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.181 2014/07/19 15:14:46 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.182 2014/07/23 16:44:30 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -979,7 +979,7 @@ static void pushcode (lua_State *L, int code) { | |||
979 | 979 | ||
980 | 980 | ||
981 | static int testC (lua_State *L); | 981 | static int testC (lua_State *L); |
982 | static int Cfunck (lua_State *L, int status, lua_Ctx ctx); | 982 | static int Cfunck (lua_State *L, int status, lua_Kcontext ctx); |
983 | 983 | ||
984 | /* | 984 | /* |
985 | ** arithmetic operation encoding for 'arith' instruction | 985 | ** arithmetic operation encoding for 'arith' instruction |
@@ -1316,7 +1316,7 @@ static int Cfunc (lua_State *L) { | |||
1316 | } | 1316 | } |
1317 | 1317 | ||
1318 | 1318 | ||
1319 | static int Cfunck (lua_State *L, int status, lua_Ctx ctx) { | 1319 | static int Cfunck (lua_State *L, int status, lua_Kcontext ctx) { |
1320 | pushcode(L, status); | 1320 | pushcode(L, status); |
1321 | lua_setglobal(L, "status"); | 1321 | lua_setglobal(L, "status"); |
1322 | lua_pushinteger(L, ctx); | 1322 | lua_pushinteger(L, ctx); |