diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:15:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-06 03:15:50 +0000 |
commit | b7380707a29664c17064947e87dc9c3e190f34b1 (patch) | |
tree | c3741827858249fd2c689d4c51ef05c471273ea2 /hints/os390.sh | |
parent | 6707f4d6cc92ce4fc28e350a0cd098d6ddbfe1b3 (diff) | |
download | perl-b7380707a29664c17064947e87dc9c3e190f34b1.tar.gz |
The parentheses are protected enough.
p4raw-id: //depot/perl@12868
Diffstat (limited to 'hints/os390.sh')
-rw-r--r-- | hints/os390.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index 5aa480966b..bb41e6719f 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__ |