diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-23 09:46:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-23 09:46:14 +0000 |
commit | 7b489d8d612c8bef3d6bb1536b62b6aa127e65f2 (patch) | |
tree | fcc5bb6e24c0c97ba8aedd3ea22ebd4c60adb5ed /Build/source/texk/dvipsk/config.h | |
parent | 60470f585d1b8c687e8453c0c74c1baa1ab9cd55 (diff) |
texk/dvipsk/: enable compiler warnings
use ANSI C function declarations and prototypes
git-svn-id: svn://tug.org/texlive/trunk@13914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/config.h')
-rw-r--r-- | Build/source/texk/dvipsk/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Build/source/texk/dvipsk/config.h b/Build/source/texk/dvipsk/config.h index fe3f8fbac1e..73e239315c6 100644 --- a/Build/source/texk/dvipsk/config.h +++ b/Build/source/texk/dvipsk/config.h @@ -17,11 +17,6 @@ repeating the definitions everywhere we need them. */ #include <kpathsea/tex-file.h> -#ifdef __STDC__ -#define NeedFunctionPrototypes 1 -#include <kpathsea/c-proto.h> -#endif - #include <c-auto.h> /* For kpathsea, we don't have paths, we have formats. This is so |