From 7b14b75626befe976530136bcf3158a16bd95df0 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 24 Jul 2016 22:43:11 +0000 Subject: luatexdir: Sync with the upstream git-svn-id: svn://tug.org/texlive/trunk@41755 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/lang/texlang.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/lang/texlang.h') diff --git a/Build/source/texk/web2c/luatexdir/lang/texlang.h b/Build/source/texk/web2c/luatexdir/lang/texlang.h index 0920dc9f740..5e7a046195f 100644 --- a/Build/source/texk/web2c/luatexdir/lang/texlang.h +++ b/Build/source/texk/web2c/luatexdir/lang/texlang.h @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see . */ - #ifndef TEXLANG_H # define TEXLANG_H @@ -46,8 +45,7 @@ struct tex_language { extern struct tex_language *new_language(int n); extern struct tex_language *get_language(int n); extern void load_patterns(struct tex_language *lang, const unsigned char *buf); -extern void load_hyphenation(struct tex_language *lang, - const unsigned char *buf); +extern void load_hyphenation(struct tex_language *lang, const unsigned char *buf); extern int hyphenate_string(struct tex_language *lang, char *w, char **ret); extern void new_hyphenation(halfword h, halfword t); -- cgit v1.2.3