From 35015d34d4d47cc9f080696604b421a88734ab46 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 28 Jun 2013 06:55:57 +0000 Subject: 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 --- Build/source/texk/web2c/luatexdir/lang/hyphen.h | 2 -- Build/source/texk/web2c/luatexdir/lang/hyphen.w | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/luatexdir/lang') 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 /* for NULL, malloc */ #include /* for fprintf */ -- cgit v1.2.3