diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-28 18:28:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-28 18:28:01 +0000 |
commit | 24130e51d52fd22992dd62e432895a9115f3a585 (patch) | |
tree | 31204c5e1a48e949b002c030f3be0f0480b095f2 /hints/dec_osf.sh | |
parent | d0bbed784b85a44e92a8a0e3d4046ce7f236db02 (diff) | |
download | perl-24130e51d52fd22992dd62e432895a9115f3a585.tar.gz |
The #19842 is no more needed thanks to #19876,
and the #19842 was wrong anyway (it affected
only the threaded case.)
p4raw-id: //depot/perl@19877
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index db4b147c9e..f08c318b89 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -341,13 +341,8 @@ EOF esac case "$usemymalloc" in - ''|'n') usemymalloc='n' - ;; - *) # The FILLCHECK_DEADBEEF() are failing. - case "$ccflags" in - *-DFILL_CHECK_DEFAULT=*) ;; - *) ccflags="$ccflags -DFILL_CHECK_DEFAULT=0" ;; - esac + '') + usemymalloc='n' ;; esac # These symbols are renamed in <time.h> so |