From: Steve Hay Date: Tue, 15 Feb 2005 11:40:03 +0000 (+0000) Subject: Fix definition of DEBUG_MSTATS for Win32 dmake builds X-Git-Tag: v5.10.0~7136 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/beb7ea05639dd45e5efb7c5681abbf11349121ca Fix definition of DEBUG_MSTATS for Win32 dmake builds p4raw-id: //depot/perl@23969 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index 28a5f04..44f1371 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -162,7 +162,7 @@ CRYPT_SRC *= fcrypt.c # This must be enabled to use the Devel::Peek::mstat() function. This cannot # be enabled without PERL_MALLOC as well. # -#DEBUG_MSTATS = define +#DEBUG_MSTATS *= define # # set the install locations of the compiler include/libraries