p4raw-id: //depot/perl@29400
warn="`echo $warn|sed 's/-pedantic/ /'`"
;;
esac
- # Using certain features (like the gcc statemanet expressions)
- # 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