summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-01 15:40:11 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-01 15:40:11 +0000
commite271e56d5700d8b78a1a9d5ecb4471f81deffa6c (patch)
treeb2e3047392f13e04f8dec1ff4247c651b1dd3f42 /perl.h
parent50627f8079af8414075aa4b4eec91a3bb1aa86b8 (diff)
downloadperl-e271e56d5700d8b78a1a9d5ecb4471f81deffa6c.tar.gz
Always define PL_memory_wrap, and use it for the new sprintf checks
p4raw-id: //depot/perl@26239
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 39e4f6ee84..dd05dd1133 100644
--- a/perl.h
+++ b/perl.h
@@ -3800,10 +3800,8 @@ EXTCONST char PL_no_myglob[]
INIT("\"my\" variable %s can't be in a package");
EXTCONST char PL_no_localize_ref[]
INIT("Can't localize through a reference");
-#ifdef PERL_MALLOC_WRAP
EXTCONST char PL_memory_wrap[]
INIT("panic: memory wrap");
-#endif
EXTCONST char PL_uuemap[65]
INIT("`!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_");