diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-18 16:14:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-18 16:14:13 +0000 |
commit | 72f70c998791c67541198e5d5f4af84d2c32364c (patch) | |
tree | 1558cfe4044a42901e0122a78f8c5c5121bd042e /hints | |
parent | a63942c2c39632b8e5b0eb55463cda0d2fab4ce9 (diff) | |
download | perl-72f70c998791c67541198e5d5f4af84d2c32364c.tar.gz |
Retract #12446; the problem solved by #12474.
p4raw-id: //depot/perl@12497
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 3a8010df26..f862051024 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -169,7 +169,7 @@ EOF EOF exit 1 ;; - 5.0.[12].0) + 5.0.1.0) cat >&4 <<EOF *** *** This C compiler ($ccversion) is known to have optimizer problems |