diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-03 21:33:11 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-03 21:33:11 +0000 |
commit | 85a5ab00705446693e236ee78a0be10f53e86377 (patch) | |
tree | dcc942a92ffb98bbb2731f58fa069a46a18f9dcb /Build/source/texk/web2c/luatexdir/tex/linebreak.h | |
parent | b14c66510e21d60854c376a6d8cdfb3c48f5e2b8 (diff) |
luatexdir: sync with the upstream (1.0.3)
git-svn-id: svn://tug.org/texlive/trunk@43128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/linebreak.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/linebreak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/linebreak.h b/Build/source/texk/web2c/luatexdir/tex/linebreak.h index 99560ebed2e..1f49278314b 100644 --- a/Build/source/texk/web2c/luatexdir/tex/linebreak.h +++ b/Build/source/texk/web2c/luatexdir/tex/linebreak.h @@ -87,7 +87,7 @@ extern halfword find_protchar_right(halfword l, halfword r); || ((type((a)) == disc_node) && empty_disc(a)) \ || ((type((a)) == kern_node) && ((width((a)) == 0) || (subtype((a)) == normal))) \ || ((type((a)) == rule_node) && zero_dimensions(a)) \ - || ((type((a)) == math_node) && (surround((a)) == 0)) \ + || ((type((a)) == math_node) && (surround((a)) == 0 || (glue_is_zero((a))))) \ || (type((a)) == dir_node) \ || ((type((a)) == hlist_node) && (list_ptr((a)) == null) && zero_dimensions(a)) \ || (type((a)) == local_par_node) \ |