summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-01-31 11:33:49 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-01-31 11:33:49 +0000
commitf9f3fb5d61ee536eb631c3b5ddee9ab6dc7ec0d4 (patch)
tree83bb5a57614f9c894f09c5ba05b4331ff6d5fd9c /Build/source/texk/web2c/uptexdir
parent7db40b34ea76c33ab5a72546ba925d3ce7bc4dea (diff)
ptexdir: disp_node insertion, jfm glue (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@46500 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir')
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/uptexdir/uptex-m.ch4
2 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index c20659e879e..3f8f9a6f0dd 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-31 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * uptex-m.ch: Adapt to changes in ptexdir/ptex-base.ch (disp_node).
+
2018-01-27 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* uppltotf.ch, uptftopl.ch, uptex-m.ch: Adapt to the new JFM spec.
diff --git a/Build/source/texk/web2c/uptexdir/uptex-m.ch b/Build/source/texk/web2c/uptexdir/uptex-m.ch
index 02c6d5dc44e..b89c1d2bad6 100644
--- a/Build/source/texk/web2c/uptexdir/uptex-m.ch
+++ b/Build/source/texk/web2c/uptexdir/uptex-m.ch
@@ -1177,12 +1177,8 @@ begin if is_char_node(link(p)) then
@z
@x
- begin fast_get_avail(main_p); font(main_p):=main_f; character(main_p):=cur_l;
- link(tail):=main_p; tail:=main_p; last_jchr:=tail;
fast_get_avail(main_p); info(main_p):=KANJI(cur_chr);
@y
- begin fast_get_avail(main_p); font(main_p):=main_f; character(main_p):=cur_l;
- link(tail):=main_p; tail:=main_p; last_jchr:=tail;
fast_get_avail(main_p); info(main_p):=KANJI(cur_chr)+cur_cmd*max_cjk_val;
@z