This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
[perl5.git]
/
win32
/
config_H.bc
diff --git
a/win32/config_H.bc
b/win32/config_H.bc
index
4436391
..
90dca76
100644
(file)
--- a/
win32/config_H.bc
+++ b/
win32/config_H.bc
@@
-3037,7
+3037,7
@@
/* PERL_MALLOC_WRAP:
* This symbol, if defined, indicates that we'd like malloc wrap checks.
*/
/* PERL_MALLOC_WRAP:
* This symbol, if defined, indicates that we'd like malloc wrap checks.
*/
-
/*#define PERL_MALLOC_WRAP
/**/
+
#define PERL_MALLOC_WRAP
/**/
/* MYMALLOC:
* This symbol, if defined, indicates that we're using our own malloc.
/* MYMALLOC:
* This symbol, if defined, indicates that we're using our own malloc.