diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 09:22:08 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-07-02 09:22:08 +0000 |
commit | 671bc0f52874bf2e88cf54c223e6c26adfcaeb2e (patch) | |
tree | 06d53fe440257bebf3c3fa9381fb9b3f041fc745 /Build/source/texk/web2c/cwebdir | |
parent | f8c944047eee240ff00aeaf305ba231c6666a535 (diff) |
web2c/cwebdir: Include system headers after "cpascal.h"
git-svn-id: svn://tug.org/texlive/trunk@31064 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 7c6055be850..a218edfebdb 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,7 @@ +2013-07-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + * comm-w2c.ch: Include system headers after "cpascal.h". + 2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de> * comm-w2c.ch, ctang-w2c.ch, cweav-w2c.ch: Include system diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index a6e80e3ae38..61475576a3c 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -66,6 +66,18 @@ common_init (void) @<Set up |PROGNAME| feature and initialize the search path mechanism@>; @z +Section 5. + +@x l.103 +#include <ctype.h> +@y +#define CWEB +#include "cpascal.h" +#include <ctype.h> +@z + +Section 7. + @x l.153 @d buf_size 100 /* for \.{CWEAVE} and \.{CTANGLE} */ @y @@ -172,8 +184,6 @@ Section 22. @x l.472 #include <stdlib.h> /* declaration of |getenv| and |exit| */ @y -#define CWEB -#include "cpascal.h" #include <kpathsea/kpathsea.h> /* include every \Kpathsea/ header */ #include <stdlib.h> /* declaration of |getenv| and |exit| */ #include "help.h" |