Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
authorSteve Hay <SteveHay@planit.com>
Tue, 15 Feb 2005 13:20:40 +0000 (13:20 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 15 Feb 2005 13:20:40 +0000 (13:20 +0000)
commit646e33b6c26a24d89e6543ab606cb6a803ed6126
tree20bca2ef7a445244b62ad18f96f6101d61dfc8c1
parentbeb7ea05639dd45e5efb7c5681abbf11349121ca
Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles

Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
undefined, and we should do all this *before* inspecting DEBUG_MSTATS
to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.

p4raw-id: //depot/perl@23970
win32/Makefile
win32/makefile.mk