aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-06-22 11:41:48 -0300
commitab6a94952215b1f66436d8eeebded1dad9fa5409 (patch)
treeba66254537defc76602ce351d962b899ddfe1b29 /ltests.c
parent86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff)
parentea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff)
downloadlua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2
lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip
Merge branch 'master' into nextversion
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 456e83e1..e218778a 100644
--- a/ltests.c
+++ b/ltests.c
@@ -1526,7 +1526,7 @@ static int runC (lua_State *L, lua_State *L1, const char *pc) {
1526 lua_newthread(L1); 1526 lua_newthread(L1);
1527 } 1527 }
1528 else if EQ("resetthread") { 1528 else if EQ("resetthread") {
1529 lua_pushinteger(L1, lua_resetthread(L1, L)); 1529 lua_pushinteger(L1, lua_resetthread(L1)); /* deprecated */
1530 } 1530 }
1531 else if EQ("newuserdata") { 1531 else if EQ("newuserdata") {
1532 lua_newuserdata(L1, getnum); 1532 lua_newuserdata(L1, getnum);