From: Rafael Garcia-Suarez Date: Sun, 13 Mar 2005 09:20:01 +0000 (+0000) Subject: gcc warning patch by Andy Lester X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22469a62e89c5b688296aee74b9b68348ff12194;p=p5sagit%2Fp5-mst-13.2.git gcc warning patch by Andy Lester p4raw-id: //depot/perl@24032 --- diff --git a/perl.h b/perl.h index ee51583..a7281f0 100644 --- a/perl.h +++ b/perl.h @@ -204,7 +204,9 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); #endif #if defined(__STRICT_ANSI__) && defined(PERL_GCC_PEDANTIC) -# define PERL_GCC_BRACE_GROUPS_FORBIDDEN +# if !defined(PERL_GCC_BRACE_GROUPS_FORBIDDEN) +# define PERL_GCC_BRACE_GROUPS_FORBIDDEN +# endif #endif /*