diff options
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 |