diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-01 15:40:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-01 15:40:11 +0000 |
commit | e271e56d5700d8b78a1a9d5ecb4471f81deffa6c (patch) | |
tree | b2e3047392f13e04f8dec1ff4247c651b1dd3f42 /perl.h | |
parent | 50627f8079af8414075aa4b4eec91a3bb1aa86b8 (diff) | |
download | perl-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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[\\]^_"); |