summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorDominic Dunlop <domo@computer.org>2006-11-26 13:01:16 +0100
committerSteve Peters <steve@fisharerojo.org>2006-11-28 01:32:07 +0000
commite5afc1aea69c61fd216c89b539e0b6d44ea5b581 (patch)
tree6587e04b684998dac3a4732b1a3b58a385f8949f /cflags.SH
parent63cdf24b4587df192f2f3f9a9c78a397a2e527db (diff)
downloadperl-e5afc1aea69c61fd216c89b539e0b6d44ea5b581.tar.gz
Re: [PATCH] perlhack: some portability updates
Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com> p4raw-id: //depot/perl@29398
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index 134dfc6d48..54f8aa1d0d 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -152,7 +152,7 @@ case "$gccversion" in
warn="`echo $warn|sed 's/-pedantic/ /'`"
;;
esac
- # Using certain features (like the gcc brace groups)
+ # Using certain features (like the gcc statemanet expressions)
# require knowing whether -pedantic has been specified.
case "$warn$ccflags" in
*-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;;