From: Stas Bekman Date: Thu, 20 Jun 2002 16:50:01 +0000 (+0800) Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47a51902bcfd3fcba4bfedb0eb21bb0a62744f58;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH perl.h] kill the VOIDUSED redefined warning Message-ID: <3D119739.4020901@stason.org> (mod_perl defines might define VOIDUSED) p4raw-id: //depot/perl@17322 --- diff --git a/perl.h b/perl.h index d7b281a..9c4a4b9 100644 --- a/perl.h +++ b/perl.h @@ -25,7 +25,11 @@ #include #endif +#ifdef VOIDUSED +# undef VOIDUSED +#endif #define VOIDUSED 1 + #ifdef PERL_MICRO # include "uconfig.h" #else