diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-08-27 17:53:17 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-08-27 17:53:17 +0000 |
commit | 56fc4af6db3d140287c01cea9ef21c6ad82fa403 (patch) | |
tree | b7e6426424255b139d74561add459d88acfc8fac /x2p | |
parent | e17b7802b536212dcf45bdeeab52049ea254d916 (diff) | |
download | perl-56fc4af6db3d140287c01cea9ef21c6ad82fa403.tar.gz |
Added an additional #ifndef based on comments by Jarkko and
John Malmberg.
p4raw-id: //depot/perl@28765
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/INTERN.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x2p/INTERN.h b/x2p/INTERN.h index 471093fd6e..29332945d8 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 |