Change 19877 by [EMAIL PROTECTED] on 2003/06/28 18:28:01
The #19842 is no more needed thanks to #19876,
and the #19842 was wrong anyway (it affected
only the threaded case.)
Affected files ...
... //depot/perl/hints/dec_osf.sh#54 edit
Differences ...
==== //depot/perl/hints/dec_osf.sh#54 (text) ====
Index: perl/hints/dec_osf.sh
--- perl/hints/dec_osf.sh#53~19842~ Sun Jun 22 09:44:16 2003
+++ perl/hints/dec_osf.sh Sat Jun 28 11:28:01 2003
@@ -341,13 +341,8 @@
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
End of Patch.