From e6d82d4de870c4c32ce61177fe008bfddc79cce9 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 29 Jun 2013 07:52:04 +0000 Subject: seetexk: Include and always first git-svn-id: svn://tug.org/texlive/trunk@31033 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/seetexk/ChangeLog | 3 +++ Build/source/texk/seetexk/error.c | 4 ++-- Build/source/texk/seetexk/fio.c | 2 +- Build/source/texk/seetexk/gripes0.c | 2 +- Build/source/texk/seetexk/gripes1.c | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) (limited to 'Build/source/texk/seetexk') diff --git a/Build/source/texk/seetexk/ChangeLog b/Build/source/texk/seetexk/ChangeLog index 7e538f83cbb..394c88a4819 100644 --- a/Build/source/texk/seetexk/ChangeLog +++ b/Build/source/texk/seetexk/ChangeLog @@ -4,6 +4,9 @@ * search.c: Replace bcopy(f, t, l) => memcpy(t, f, l) and bzero(s, l) => memset(s, 0, l). + * error.c, fio.c, gripes0.c, gripes1.c: Include and + always first. + 2012-11-19 Peter Breitenlohner * Makefile.am: Avoid use of deprecated INCLUDES. diff --git a/Build/source/texk/seetexk/error.c b/Build/source/texk/seetexk/error.c index 6744f047deb..b17ace979b8 100644 --- a/Build/source/texk/seetexk/error.c +++ b/Build/source/texk/seetexk/error.c @@ -25,12 +25,12 @@ * optionally quit. * */ -#include - #ifdef HAVE_CONFIG_H #include #endif +#include + #include "types.h" /* for HAVE_VPRINTF */ #include "error.h" #include "tempfile.h" diff --git a/Build/source/texk/seetexk/fio.c b/Build/source/texk/seetexk/fio.c index b6fbe959553..66087f47008 100644 --- a/Build/source/texk/seetexk/fio.c +++ b/Build/source/texk/seetexk/fio.c @@ -25,10 +25,10 @@ * N.B.: these believe they are working on a DVI file. */ -#include #include "types.h" #include "error.h" #include "fio.h" +#include static char eofmsg[] = "unexpected EOF, help"; diff --git a/Build/source/texk/seetexk/gripes0.c b/Build/source/texk/seetexk/gripes0.c index 82481527056..eb6792705f6 100644 --- a/Build/source/texk/seetexk/gripes0.c +++ b/Build/source/texk/seetexk/gripes0.c @@ -24,10 +24,10 @@ * Common errors (`gripes'). */ -#include #include "types.h" #include "error.h" #include "gripes.h" +#include #ifndef WIN32 extern int errno; diff --git a/Build/source/texk/seetexk/gripes1.c b/Build/source/texk/seetexk/gripes1.c index 2db8f1051b5..00c3885676b 100644 --- a/Build/source/texk/seetexk/gripes1.c +++ b/Build/source/texk/seetexk/gripes1.c @@ -24,11 +24,11 @@ * Gripes having to do with DVI files. */ -#include #include "types.h" #include "error.h" #include "font.h" #include "gripes.h" +#include static const char * dfn(void) -- cgit v1.2.3