From: Steve Peters Date: Sun, 27 Aug 2006 17:53:17 +0000 (+0000) Subject: Added an additional #ifndef based on comments by Jarkko and X-Git-Tag: v5.10.0~3089 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/56fc4af6db3d140287c01cea9ef21c6ad82fa403?hp=e17b7802b536212dcf45bdeeab52049ea254d916;ds=inline Added an additional #ifndef based on comments by Jarkko and John Malmberg. p4raw-id: //depot/perl@28765 --- diff --git a/x2p/INTERN.h b/x2p/INTERN.h index 471093f..2933294 100644 --- a/x2p/INTERN.h +++ b/x2p/INTERN.h @@ -12,7 +12,9 @@ #ifdef __cplusplus # define EXTERN_C extern "C" #else -# define EXTERN_C +# ifndef EXTERN_C +# define EXTERN_C +# endif #endif #undef INIT