projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f7f98fd
)
gcc warning patch by Andy Lester
Rafael Garcia-Suarez [Sun, 13 Mar 2005 09:20:01 +0000 (09:20 +0000)]
p4raw-id: //depot/perl@24032
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
ee51583
..
a7281f0
100644
(file)
--- 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
/*