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.186 2014/10/01 11:54:56 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.187 2014/10/06 17:06:49 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 | */ |
@@ -986,7 +986,7 @@ static void pushcode (lua_State *L, int code) { | |||
986 | 986 | ||
987 | 987 | ||
988 | static int testC (lua_State *L); | 988 | static int testC (lua_State *L); |
989 | static int Cfunck (lua_State *L, int status, lua_Kcontext ctx); | 989 | static int Cfunck (lua_State *L, int status, lua_KContext ctx); |
990 | 990 | ||
991 | /* | 991 | /* |
992 | ** arithmetic operation encoding for 'arith' instruction | 992 | ** arithmetic operation encoding for 'arith' instruction |
@@ -1323,7 +1323,7 @@ static int Cfunc (lua_State *L) { | |||
1323 | } | 1323 | } |
1324 | 1324 | ||
1325 | 1325 | ||
1326 | static int Cfunck (lua_State *L, int status, lua_Kcontext ctx) { | 1326 | static int Cfunck (lua_State *L, int status, lua_KContext ctx) { |
1327 | pushcode(L, status); | 1327 | pushcode(L, status); |
1328 | lua_setglobal(L, "status"); | 1328 | lua_setglobal(L, "status"); |
1329 | lua_pushinteger(L, ctx); | 1329 | lua_pushinteger(L, ctx); |