X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9ac4c1072a98d8d5ad54c6972c40921620c69d8e..85efc3a51ca0ee5724a80b554624140f51d5305c:/cflags.SH diff --git a/cflags.SH b/cflags.SH index 134dfc6..ece6548 100755 --- a/cflags.SH +++ b/cflags.SH @@ -152,8 +152,8 @@ case "$gccversion" in warn="`echo $warn|sed 's/-pedantic/ /'`" ;; esac - # Using certain features (like the gcc brace groups) - # require knowing whether -pedantic has been specified. + # Using certain features (like the gcc statement expressions) + # requires knowing whether -pedantic has been specified. case "$warn$ccflags" in *-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;; esac