diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-24 04:14:57 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-03-24 04:14:57 +0000 |
commit | 0f430a8a5d792dd97030b5a63ca86292952c7ad4 (patch) | |
tree | 8daa7f8ccc5f117c280be2174b3b6a6efd02b4bb /Build/source/texk/web2c/pdftexdir | |
parent | 071053e4ea3fcdf8698419708fb42aa22bf6de7c (diff) |
Recover the right \lastnodetype initial value ignored by tex.ch in etexdir/tex.ech, pdftexdir/pdftex.ch, and xetexdir/xetex.ch, (H. Yamashita)
git-svn-id: svn://tug.org/texlive/trunk@47096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.ch | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 0b211a4b44c..733248f8c08 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,9 @@ +2018-03-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * pdftex.ch: Recover the right \lastnodetype initialization + value ignored by tex.ch. + 2018-03-20 Hans Hagen <pragma@wxs.nl> * pdftex.web (Glob...): defined saved_pdf_cur_form. diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.ch b/Build/source/texk/web2c/pdftexdir/pdftex.ch index f12618ffdbb..7f9141295e1 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.ch +++ b/Build/source/texk/web2c/pdftexdir/pdftex.ch @@ -37,6 +37,13 @@ @d banner_k==pdfTeX_banner @z +@x [16.215] - e-TeX last_node_type +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +@y +last_glue:=max_halfword; last_penalty:=0; last_kern:=0; +last_node_type:=-1; +@z + @x @d frozen_null_font=frozen_control_sequence+11 {permanent `\.{\\nullfont}'} |