summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-07-01 09:30:47 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-07-01 09:30:47 +0000
commitc4f2890e544be37f5d4e414b07693e12fbc66cd3 (patch)
treefec31e6704d33540fe1ea918f6f756392ebf1168 /Build/source/texk/web2c/ptexdir
parent20f2c6d062a96bf124ee7a42fd2f677ec84378d6 (diff)
e-pTeX 210701 (\lastnodesubtype for math noads, \vadjust pre)
git-svn-id: svn://tug.org/texlive/trunk@59787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch5
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 54a43e3cabc..cc9ee72ca37 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-01 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * ptex-base.ch: Set subtype=0 for adjust_node.
+
2021-06-29 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
and Hironobu Yamashita <h.y.acetaminophen@gmail.com>
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index be88cd51309..6613cb295dc 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -3501,8 +3501,8 @@ if p<>null then
hlist_node,vlist_node,dir_node,rule_node,unset_node:
@<Incorporate box dimensions into the dimensions of
the hbox that will contain~it@>;
- ins_node,mark_node,adjust_node:
- if adjust_tail<>null then @<Transfer node |p| to the adjustment list@>;
+ ins_node,mark_node,adjust_node: if adjust_tail<>null then
+ @<Transfer node |p| to the adjustment list@>;
whatsit_node:@<Incorporate a whatsit node into an hbox@>;
disp_node:disp:=disp_dimen(p);
@z
@@ -5381,6 +5381,7 @@ insert_group: begin end_graf; q:=split_top_skip; add_glue_ref(q);
end
else begin
r:=get_node(small_node_size); type(r):=adjust_node;@/
+ subtype(r):=0; {the |subtype| is not used}
adjust_ptr(r):=list_ptr(p); delete_glue_ref(q);
if not is_char_node(tail)and(type(tail)=disp_node) then
prev_append(r)