summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 14:15:34 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 14:15:34 +0200
commitfd5aa6c359a400a4ad1156429c8cc40e21a5bcad (patch)
tree229b36de26836a0fee5b762a62dea7b8782aec23 /proto.h
parent10a879f5b15504fdd9aa98740d738732eeee2f22 (diff)
downloadperl-fd5aa6c359a400a4ad1156429c8cc40e21a5bcad.tar.gz
Regenerate headers
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index ffa7c39fb1..fc06fb188a 100644
--- a/proto.h
+++ b/proto.h
@@ -5889,7 +5889,7 @@ STATIC bool S_vdie_common(pTHX_ const char *message, STRLEN msglen, I32 utf8, bo
STATIC char * S_write_no_mem(pTHX)
__attribute__noreturn__;
-#if defined(PERL_MEM_LOG) && defined(PERL_MEM_LOG_STDERR)
+#if defined(PERL_MEM_LOG) && !defined(PERL_MEM_LOG_NOIMPL)
STATIC void S_mem_log_common(enum mem_log_type mlt, const UV n, const UV typesize, const char *type_name, const SV *sv, Malloc_t oldalloc, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname)
__attribute__nonnull__(4)
__attribute__nonnull__(8)