summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makedef.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index ae3b510e82..8523455351 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);