diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-27 23:08:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-27 23:08:43 +0000 |
commit | 29cf6f8fa20e8af648ec39b7ca40cda82fa20121 (patch) | |
tree | 600121e9598df335fd1c224d319cd34c17770079 /Build/source/texk/web2c/luatexdir/lang | |
parent | 1b913c21141d09d33723f2553b6ee1c3efbdd4ff (diff) |
further inclusion of ptexlib.h first, and guard against it
git-svn-id: svn://tug.org/texlive/trunk@30986 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/lang')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/lang/hyphen.w | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/lang/hyphen.w b/Build/source/texk/web2c/luatexdir/lang/hyphen.w index e29e7b2712e..99825638fac 100644 --- a/Build/source/texk/web2c/luatexdir/lang/hyphen.w +++ b/Build/source/texk/web2c/luatexdir/lang/hyphen.w @@ -42,6 +42,8 @@ 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 <stdlib.h> /* for NULL, malloc */ #include <stdio.h> /* for fprintf */ #include <string.h> /* for strdup */ @@ -58,7 +60,6 @@ static const char _svn_version[] = #define noVERBOSE #include "lang/hnjalloc.h" -#include "lang/hyphen.h" @ TODO: should be moved to separate library |