projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dbcc5e
)
Teach makedef.pl that PL_op_exec_cnt is only available with -DPERL_TRACE_OPS.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 2 Jul 2013 19:23:46 +0000
(21:23 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 2 Jul 2013 19:23:46 +0000
(21:23 +0200)
makedef.pl
patch
|
blob
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
ae3b510
..
8523455
100644
(file)
--- 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);