Change 33908 by [EMAIL PROTECTED] on 2008/05/22 21:42:49

        
        Integrate:
        
        ** just the flags.SH pedantic-removal part of:
        
        [ 32804]
        Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,
        and regexp reference counting is via the regular SV reference counting.
        This was not as easy at it looks.

Affected files ...

... //depot/maint-5.10/perl/cflags.SH#3 integrate

Differences ...

==== //depot/maint-5.10/perl/cflags.SH#3 (xtext) ====
Index: perl/cflags.SH
--- perl/cflags.SH#2~33872~     2008-05-19 16:42:26.000000000 -0700
+++ perl/cflags.SH      2008-05-22 14:42:49.000000000 -0700
@@ -134,7 +134,7 @@
 '') ;;
 [12]*) ;; # gcc versions 1 (gasp!) and 2 are not good for this.
 Intel*) ;; # # Is that you, Intel C++?
-*)  for opt in -ansi -pedantic -std=c89 -W -Wextra 
-Wdeclaration-after-statement -Wendif-labels -Wc++-compat
+*)  for opt in -ansi -std=c89 -W -Wextra -Wdeclaration-after-statement 
-Wendif-labels -Wc++-compat
     do
        case " $ccflags " in
        *" $opt "*) ;; # Skip if already there.
End of Patch.

Reply via email to