From 1be1675bc13d9dd70ace9cdbd03868d52a2e8157 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 28 Aug 2006 12:52:00 +0000 Subject: [PATCH] Revert bogus change 28763. p4raw-id: //depot/perl@28767 --- EXTERN.h | 8 -------- INTERN.h | 8 -------- 2 files changed, 16 deletions(-) diff --git a/EXTERN.h b/EXTERN.h index a9a56448f5f..58ca37a47ff 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 206d56e56ed..da3057a83c6 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