summaryrefslogtreecommitdiff
path: root/embed.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 /embed.h
parent10a879f5b15504fdd9aa98740d738732eeee2f22 (diff)
downloadperl-fd5aa6c359a400a4ad1156429c8cc40e21a5bcad.tar.gz
Regenerate headers
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index 1b2c9de658..6f6877f364 100644
--- a/embed.h
+++ b/embed.h
@@ -1622,7 +1622,7 @@
#define vdie_common S_vdie_common
#define write_no_mem S_write_no_mem
#endif
-#if defined(PERL_MEM_LOG) && defined(PERL_MEM_LOG_STDERR)
+#if defined(PERL_MEM_LOG) && !defined(PERL_MEM_LOG_NOIMPL)
#ifdef PERL_CORE
#define mem_log_common S_mem_log_common
#endif
@@ -3970,7 +3970,7 @@
#define vdie_common(a,b,c,d) S_vdie_common(aTHX_ a,b,c,d)
#define write_no_mem() S_write_no_mem(aTHX)
#endif
-#if defined(PERL_MEM_LOG) && defined(PERL_MEM_LOG_STDERR)
+#if defined(PERL_MEM_LOG) && !defined(PERL_MEM_LOG_NOIMPL)
#ifdef PERL_CORE
#define mem_log_common S_mem_log_common
#endif