diff options
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index e58933ee8c..0c1036af45 100644 --- a/makedef.pl +++ b/makedef.pl @@ -212,6 +212,8 @@ sub emit_symbols { } } +skip_symbols [qw(PL_custom_op_name PL_custom_op_desc PL_custom_op_descs PL_custom_op_names)] unless $define{'PERL_CUSTOM_OPS'}; + if ($PLATFORM eq 'win32') { skip_symbols [qw( PL_statusvalue_vms |