diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-05 23:29:18 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-02-05 23:29:18 +0000 |
commit | d96558db96e63d70e9262d88d4d81890dbcbc653 (patch) | |
tree | e93d51f50eae1542778428629b3fcd489f8f06de /Build/source/texk/web2c/luatexdir/lang | |
parent | cc6eb49c8f55f231cab753ce5f6289ee62d24c13 (diff) |
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lang/texlang.w | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lang/texlang.w b/Build/source/texk/web2c/luatexdir/lang/texlang.w index 65cc3c1636f..8e0deb3357d 100644 --- a/Build/source/texk/web2c/luatexdir/lang/texlang.w +++ b/Build/source/texk/web2c/luatexdir/lang/texlang.w @@ -26,7 +26,7 @@ @ Low-level helpers @ @c -#define noVERBOSE +#define unVERBOSE #define MAX_TEX_LANGUAGES 16384 @@ -795,7 +795,9 @@ static int valid_wordend(halfword s) || type(r) == ins_node || type(r) == adjust_node || type(r) == penalty_node - || (type(r) == kern_node && (subtype(r) == explicit || subtype(r) == acc_kern))) + || (type(r) == kern_node && (subtype(r) == explicit_kern || + subtype(r) == italic_kern || + subtype(r) == accent_kern ))) return 1; return 0; } |