diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-07 15:29:13 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-07 15:29:13 -0300 |
commit | 2a21f6c894e23a201f4028cd222a5790b79018fe (patch) | |
tree | d8e55b99e29ba5f444748608f363cb3ad797efd3 /ltests.c | |
parent | 3670db99b65f74d2671bfa9aa37ca7794c32332d (diff) | |
download | lua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.gz lua-2a21f6c894e23a201f4028cd222a5790b79018fe.tar.bz2 lua-2a21f6c894e23a201f4028cd222a5790b79018fe.zip |
'lua_Kcontext' -> '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.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); |