summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/luatex')
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua4
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/luatexja.sty2
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
index 565190be2d3..4a0ad3ab06e 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
+++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
@@ -334,7 +334,9 @@ do
while x and getid(x)==id_glue and getsubtype(x)==3 do
node_remove(hd,x); node_free(x); x = node_next(hd)
end
- if #wh==1 then wh[1]=nil else wh[#wh], wh[1]=nil, wh[#wh] end
+ --if gc~='vtop' then
+ -- if #wh==1 then wh[1]=nil else wh[#wh], wh[1]=nil, wh[#wh] end
+ --end
end
for i=1,#wh do
hd = node_remove(hd, wh[i]); node_free(wh[i]); wh[i] = nil
diff --git a/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty b/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
index 5eab1c4e356..7353d8aa089 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
+++ b/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
@@ -27,7 +27,7 @@
\newif\ifltj@disablejfam
%%%% VERSION
-\def\LuaTeXjaversion{20220807.0}
+\def\LuaTeXjaversion{20220810.0}
%% Check if LaTeX is used.
\begingroup\expandafter\expandafter\expandafter\endgroup