summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2009-06-21 07:52:28 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 17:28:40 +0200
commitb953482e2d970eeb88de96a38c087d03db83a5cd (patch)
tree7d6e8e8d09146a03478b2e87edb614e0340cca1d /handy.h
parent2e5b50041f3643ca27385b211da60add40857ec8 (diff)
downloadperl-b953482e2d970eeb88de96a38c087d03db83a5cd.tar.gz
drop remaining mentions of PERL_MEM_LOG_FOO envars
perl.c has the last mentions of PERL_MEM_LOG_ENV*. drop them too. (rgs: plus some in handy.h's comments too)
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index d890f70994..d39066752c 100644
--- a/handy.h
+++ b/handy.h
@@ -784,7 +784,7 @@ PoisonWith(0xEF) for catching access to freed memory.
* through reallocs and frees, but how to do that without
* any News() happening...?
* - lots of -Ddefines to get useful/controllable output
- * - lots of ENV reads when you get control -DPERL_MEM_LOG_ENV*
+ * - lots of ENV reads
*/
PERL_EXPORT_C Malloc_t Perl_mem_log_alloc(const UV n, const UV typesize, const char *type_name, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname);