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 | a01d6cd0b4c2e83454ff7f98f2b158ef466ffef0 (patch) | |
tree | 9ef36356cdfba23da791f3d5c593e0f58cc0fda8 /win32 | |
parent | 323203332ce088714decd15ceaa82fa69702cb01 (diff) | |
download | perl-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.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 |