Change 34570 by [EMAIL PROTECTED] on 2008/10/24 18:33:26

        Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().

Affected files ...

... //depot/perl/util.c#658 edit

Differences ...

==== //depot/perl/util.c#658 (text) ====
Index: perl/util.c
--- perl/util.c#657~34568~      2008-10-24 09:35:48.000000000 -0700
+++ perl/util.c 2008-10-24 11:33:26.000000000 -0700
@@ -5562,6 +5562,9 @@
 # if defined(PERL_MEM_LOG_ENV) || defined(PERL_MEM_LOG_ENV_FD)
     const char *s;
 # endif
+
+    PERL_ARGS_ASSERT_MEM_LOG_COMMON;
+
 # ifdef PERL_MEM_LOG_ENV
     s = PerlEnv_getenv(mlt < MLT_NEW_SV ? "PERL_MEM_LOG" : "PERL_SV_LOG");
     if (s ? atoi(s) : 0)
End of Patch.

Reply via email to