This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix definition of DEBUG_MSTATS for Win32 dmake builds
authorSteve Hay <SteveHay@planit.com>
Tue, 15 Feb 2005 11:40:03 +0000 (11:40 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 15 Feb 2005 11:40:03 +0000 (11:40 +0000)
p4raw-id: //depot/perl@23969

win32/makefile.mk

index 28a5f04..44f1371 100644 (file)
@@ -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.
 #
 # 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
 
 #
 # set the install locations of the compiler include/libraries