Skip to content

Commit

Permalink
typo?
Browse files Browse the repository at this point in the history
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D09398B@exchsvr2.npl.ad.local>

p4raw-id: //depot/perl@32623
  • Loading branch information
Robin Barker authored and rgs committed Dec 17, 2007
1 parent 408d6ba commit a510538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cflags.SH
Expand Up @@ -183,7 +183,7 @@ case "$gccversion" in
"long long")
ccflags=`echo $ccflags|sed -e 's/-pedantic/ /' -e 's/-std=c89/ /' -e 's/-ansi/ /'`
warn=`echo $warn|sed -e 's/-pedantic/ /' -e 's/-ansi/ /'`
stdflags=`echo $warn|sed -e 's/-std=c89/ /'`
stdflags=`echo $stdflags|sed -e 's/-std=c89/ /'`
;;
esac
fi
Expand Down

0 comments on commit a510538

Please sign in to comment.