diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2020-03-10 22:30:01 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2020-03-10 22:30:01 +0000 |
commit | a4b7162916b999d00b21c8747df097e631bd8a39 (patch) | |
tree | b9450bd0b17763f5ee120d33ebbe31e0beed8f81 /Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c | |
parent | a39e46a1ed753c64aaa6d8ef30076c58d332686a (diff) |
sync with upstream luatex rev. 7304.
git-svn-id: svn://tug.org/texlive/trunk@54228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c b/Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c index d1ef55ad188..6af006a53c8 100644 --- a/Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c +++ b/Build/source/texk/web2c/luatexdir/lua/lnewtokenlib.c @@ -264,6 +264,7 @@ inline static int run_put_next(lua_State * L) token_link(t) = x; } t = x; + lua_pop(L, 1); } lua_pop(L, 1); } |