From: Rafael Garcia-Suarez Date: Mon, 28 Aug 2006 12:52:00 +0000 (+0000) Subject: Revert bogus change 28763. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1be1675bc13d9dd70ace9cdbd03868d52a2e8157;p=p5sagit%2Fp5-mst-13.2.git Revert bogus change 28763. p4raw-id: //depot/perl@28767 --- diff --git a/EXTERN.h b/EXTERN.h index a9a5644..58ca37a 100644 --- a/EXTERN.h +++ b/EXTERN.h @@ -55,14 +55,6 @@ # endif #endif -#ifndef EXTERN_C -# ifdef __cplusplus -# define EXTERN_C extern "C" -# else -# define EXTERN_C extern -# endif -#endif - #undef INIT #define INIT(x) diff --git a/INTERN.h b/INTERN.h index 206d56e..da3057a 100644 --- a/INTERN.h +++ b/INTERN.h @@ -48,14 +48,6 @@ # endif #endif -#ifndef EXTERN_C -# ifdef __cplusplus -# define EXTERN_C extern "C" -# else -# define EXTERN_C extern -# endif -#endif - #undef INIT #define INIT(x) = x