From 3730b96e60864694cf0c222f80e6ed2b3c27335b Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 16 Feb 1998 23:03:31 +0000 Subject: [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken in this version of gcc!) p4raw-id: //depot/win32/perl@529 --- x2p/a2p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x2p') diff --git a/x2p/a2p.h b/x2p/a2p.h index a7cbcb68b3..2db5f36ebc 100644 --- a/x2p/a2p.h +++ b/x2p/a2p.h @@ -20,6 +20,10 @@ # include "../config.h" #endif +#if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus) +# define STANDARD_C 1 +#endif + #ifdef WIN32 #undef USE_STDIO_PTR /* XXX fast gets won't work, must investigate */ # ifndef STANDARD_C @@ -40,10 +44,6 @@ # endif #endif -#if defined(__STDC__) || defined(vax11c) || defined(_AIX) || defined(__stdc__) || defined(__cplusplus) -# define STANDARD_C 1 -#endif - /* Use all the "standard" definitions? */ #if defined(STANDARD_C) && defined(I_STDLIB) # include -- cgit v1.2.1