aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ltests.c b/ltests.c
index 55167ca9..48fd8e23 100644
--- a/ltests.c
+++ b/ltests.c
@@ -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
981static int testC (lua_State *L); 981static int testC (lua_State *L);
982static int Cfunck (lua_State *L, int status, lua_Ctx ctx); 982static 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
1319static int Cfunck (lua_State *L, int status, lua_Ctx ctx) { 1319static 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);