From: Jarkko Hietaniemi Date: Tue, 6 Nov 2001 03:15:50 +0000 (+0000) Subject: The parentheses are protected enough. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7380707a29664c17064947e87dc9c3e190f34b1;p=p5sagit%2Fp5-mst-13.2.git The parentheses are protected enough. p4raw-id: //depot/perl@12868 --- diff --git a/hints/os390.sh b/hints/os390.sh index 5aa4809..bb41e67 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -206,6 +206,6 @@ fi cat >config.arch<<'__CONFIG_ARCH__' # The '-W 0,float(ieee)' cannot be used during Configure as ldflags. -ccflags="$ccflags -W 0,float\(ieee\)" +ccflags="$ccflags -W 0,float(ieee)" __CONFIG_ARCH__