summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-02-15 11:40:03 +0000
committerSteve Hay <SteveHay@planit.com>2005-02-15 11:40:03 +0000
commita01d6cd0b4c2e83454ff7f98f2b158ef466ffef0 (patch)
tree9ef36356cdfba23da791f3d5c593e0f58cc0fda8 /win32
parent323203332ce088714decd15ceaa82fa69702cb01 (diff)
downloadperl-a01d6cd0b4c2e83454ff7f98f2b158ef466ffef0.tar.gz
Fix definition of DEBUG_MSTATS for Win32 dmake builds
p4raw-id: //depot/perl@23969
Diffstat (limited to 'win32')
-rw-r--r--win32/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 28a5f0449d..44f1371cdd 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