summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lang/texlang.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang/texlang.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/lang/texlang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lang/texlang.h b/Build/source/texk/web2c/luatexdir/lang/texlang.h
index b312dab1a3a..dd3a5c3bdfa 100644
--- a/Build/source/texk/web2c/luatexdir/lang/texlang.h
+++ b/Build/source/texk/web2c/luatexdir/lang/texlang.h
@@ -41,7 +41,7 @@ struct tex_language {
int post_exhyphen_char;
};
-# define MAX_WORD_LEN 256 /* in chars */
+# define MAX_WORD_LEN 65536 /* in chars */
extern struct tex_language *new_language(int n);
extern struct tex_language *get_language(int n);