diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 14:29:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 14:29:44 +0000 |
commit | ae201c42a990e9091510d50fa49386a12590a61c (patch) | |
tree | 8f9ad25ee66a4b7795c7c3230db79792e15fdc61 /Build/source/texk/xdvik/xdvi.h | |
parent | c8d9f4e6e363278ea526a41708c91b665d4cb8ed (diff) |
use <stdarg.h>, not <kpathsea/c-vararg.h>
git-svn-id: svn://tug.org/texlive/trunk@13883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/xdvi.h')
-rw-r--r-- | Build/source/texk/xdvik/xdvi.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Build/source/texk/xdvik/xdvi.h b/Build/source/texk/xdvik/xdvi.h index 7c21bd90f46..ebdfd3a2983 100644 --- a/Build/source/texk/xdvik/xdvi.h +++ b/Build/source/texk/xdvik/xdvi.h @@ -245,23 +245,7 @@ typedef unsigned long xuint32; extern KPSEDLL char *kpathsea_version_string; -#ifndef NeedFunctionPrototypes -# if __STDC__ -# define NeedFunctionPrototypes 1 -# else -# define NeedFunctionPrototypes 0 -# endif -#endif - -#ifndef NeedWidePrototypes -# define NeedWidePrototypes NeedFunctionPrototypes -#endif - -#ifndef NeedVarargsPrototypes -# define NeedVarargsPrototypes NeedFunctionPrototypes -#endif - -#include "kpathsea/c-vararg.h" +#include <stdarg.h> #include "kpathsea/c-fopen.h" #ifndef _XFUNCPROTOBEGIN @@ -318,13 +302,8 @@ extern KPSEDLL char *kpathsea_version_string; typedef unsigned char ubyte; -/* #if NeedWidePrototypes */ /* bug #1570481 */ typedef unsigned int wide_ubyte; typedef int wide_bool; -/* #else */ -/* typedef ubyte wide_ubyte; */ -/* typedef Boolean wide_bool; */ -/* #endif */ #if defined(MAKEPK) && !defined(MKTEXPK) # define MKTEXPK 1 |