summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/lang
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-28 06:55:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-28 06:55:57 +0000
commit35015d34d4d47cc9f080696604b421a88734ab46 (patch)
tree397083493bc785492251136950a4996e88a1cf8d /Build/source/texk/web2c/luatexdir/lang
parentd255e898b99b63f264f3a3848a0cfe80473b4c84 (diff)
LuaTeX: more inclusion of ptexlib.h first, and guard against it
git-svn-id: svn://tug.org/texlive/trunk@30998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang')
-rw-r--r--Build/source/texk/web2c/luatexdir/lang/hyphen.h2
-rw-r--r--Build/source/texk/web2c/luatexdir/lang/hyphen.w2
2 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lang/hyphen.h b/Build/source/texk/web2c/luatexdir/lang/hyphen.h
index 8e5e5785c93..669f2258f7a 100644
--- a/Build/source/texk/web2c/luatexdir/lang/hyphen.h
+++ b/Build/source/texk/web2c/luatexdir/lang/hyphen.h
@@ -42,8 +42,6 @@ extern "C" {
typedef struct _HyphenDict HyphenDict;
-# include "ptexlib.h"
-
HyphenDict *hnj_hyphen_new(void);
void hnj_hyphen_load(HyphenDict * dict, const unsigned char *fn);
void hnj_hyphen_free(HyphenDict * dict);
diff --git a/Build/source/texk/web2c/luatexdir/lang/hyphen.w b/Build/source/texk/web2c/luatexdir/lang/hyphen.w
index 99825638fac..b39993fd4be 100644
--- a/Build/source/texk/web2c/luatexdir/lang/hyphen.w
+++ b/Build/source/texk/web2c/luatexdir/lang/hyphen.w
@@ -42,7 +42,7 @@ static const char _svn_version[] =
"$Id: hyphen.w 4599 2013-03-19 15:41:07Z taco $ "
"$URL: https://foundry.supelec.fr/svn/luatex/tags/beta-0.76.0/source/texk/web2c/luatexdir/lang/hyphen.w $";
-#include "lang/hyphen.h" /* includes ptexlib.h */
+#include "ptexlib.h"
#include <stdlib.h> /* for NULL, malloc */
#include <stdio.h> /* for fprintf */