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-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=beb7ea05639dd45e5efb7c5681abbf11349121ca;p=p5sagit%2Fp5-mst-13.2.git 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