In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/04525552b9f8bed5bc2f29117ac3486763a1343d?hp=3dbcc5e0ae2d584501e47a0ca58e6f7a2888e02e>

- Log -----------------------------------------------------------------
commit 04525552b9f8bed5bc2f29117ac3486763a1343d
Author: Nicholas Clark <n...@ccl4.org>
Date:   Tue Jul 2 21:23:46 2013 +0200

    Teach makedef.pl that PL_op_exec_cnt is only available with 
-DPERL_TRACE_OPS.
-----------------------------------------------------------------------

Summary of changes:
 makedef.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/makedef.pl b/makedef.pl
index ae3b510..8523455 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -540,6 +540,9 @@ if ($define{'PERL_GLOBAL_STRUCT'}) {
     ++$skip{$_} foreach qw(Perl_init_global_struct Perl_free_global_struct);
 }
 
+++$skip{PL_op_exec_cnt}
+    unless $define{PERL_TRACE_OPS};
+
 # functions from *.sym files
 
 my @syms = qw(globvar.sym);

--
Perl5 Master Repository

Reply via email to