diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-08-01 14:33:08 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-08-01 14:33:08 -0300 |
| commit | 2be88d50843eafae123c28dfc9750fcf473f28e4 (patch) | |
| tree | 489cdf215995776425d78665a34dedb09a54c028 /ltests.c | |
| parent | f5c690b684b8503dce9fe9f9e1a956cabd1c8699 (diff) | |
| download | lua-2be88d50843eafae123c28dfc9750fcf473f28e4.tar.gz lua-2be88d50843eafae123c28dfc9750fcf473f28e4.tar.bz2 lua-2be88d50843eafae123c28dfc9750fcf473f28e4.zip | |
'lua_Ctx' -> 'lua_Kcontext'
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); |
