diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-03-20 21:39:28 +0200 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-04-02 16:16:26 +0000 |
commit | 9ae6d45f4f8436644475e9431c4305550cbce91c (patch) | |
tree | 34f5b94d87390edb8a4041d47b4b178b13dd96b1 /hints/unicos.sh | |
parent | 1930e9396af9d9fc0058435c827d67f591aa4e03 (diff) | |
download | perl-9ae6d45f4f8436644475e9431c4305550cbce91c.tar.gz |
Re: [PATCH] 5.004_63: UNICOS 9
p4raw-id: //depot/perl@859
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh index 1d828550cc..7579eed65a 100644 --- a/hints/unicos.sh +++ b/hints/unicos.sh @@ -5,6 +5,6 @@ optimize="-O1" d_setregid='undef' d_setreuid='undef' case "$usemymalloc" in -'') usemymalloc='n' ;; +'') usemymalloc='y' ;; esac |