diff options
author | Steve Hay <SteveHay@planit.com> | 2005-02-15 11:40:03 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-02-15 11:40:03 +0000 |
commit | beb7ea05639dd45e5efb7c5681abbf11349121ca (patch) | |
tree | 9ef36356cdfba23da791f3d5c593e0f58cc0fda8 | |
parent | 0c19750d2627c55b20798d7cb5b4c84a03d8ec71 (diff) | |
download | perl-beb7ea05639dd45e5efb7c5681abbf11349121ca.tar.gz |
Fix definition of DEBUG_MSTATS for Win32 dmake builds
p4raw-id: //depot/perl@23969
-rw-r--r-- | win32/makefile.mk | 2 |
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 |