This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894eec8
)
Typo fix (by Dominic Dunlop)
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 28 Nov 2006 10:09:01 +0000
(10:09 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 28 Nov 2006 10:09:01 +0000
(10:09 +0000)
p4raw-id: //depot/perl@29400
cflags.SH
patch
|
blob
|
blame
|
history
diff --git
a/cflags.SH
b/cflags.SH
index
54f8aa1
..
ece6548
100755
(executable)
--- 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 statem
ane
t expressions)
- # require knowing whether -pedantic has been specified.
+ # Using certain features (like the gcc statem
en
t expressions)
+ # require
s
knowing whether -pedantic has been specified.
case "$warn$ccflags" in
*-pedantic*) warn="$warn -DPERL_GCC_PEDANTIC" ;;
esac