diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-03-03 19:48:34 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-03 18:00:03 +0000 |
commit | 0b93aee79ab571980df4fee95eab4eca512aa75c (patch) | |
tree | 06e8536d50110054f1df5c3f7e88f8dabc52b7c4 /hints | |
parent | 0c23d0e05cbaf49b7d1af4bdcdf8c1bcda2eaa0b (diff) | |
download | perl-0b93aee79ab571980df4fee95eab4eca512aa75c.tar.gz |
[ PATCH ] HP back to default
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@14965
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index f7660e31ef..5f223cb2b2 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -119,9 +119,9 @@ case `$cc -v 2>&1`"" in cppminus='-' cppstdin='cc -E -Aa -D__STDC_EXT__' cpprun=$cppstdin - case "$d_casti32" in - "") d_casti32='undef' ;; - esac +# case "$d_casti32" in +# "") d_casti32='undef' ;; +# esac ;; esac |