diff options
author | Artur Bergman <sky@nanisky.com> | 2001-08-30 13:02:48 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-08-30 13:02:48 +0000 |
commit | 322806ff874dea1b4b9bb7c9d527befaabdc71b8 (patch) | |
tree | e030ab8308dfc84ad2dbf6c904bc16c0633db597 /makedef.pl | |
parent | 1913e1e6fd5c599c1baf9aefe272461290c72c9b (diff) | |
download | perl-322806ff874dea1b4b9bb7c9d527befaabdc71b8.tar.gz |
11792 wasn't complete
p4raw-id: //depot/perl@11793
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index 0c1036af45..ed1204e65d 100644 --- a/makedef.pl +++ b/makedef.pl @@ -212,7 +212,7 @@ 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'}; +skip_symbols [qw(Perl_custom_op_name Perl_custom_op_desc PL_custom_op_descs PL_custom_op_names)] unless $define{'PERL_CUSTOM_OPS'}; if ($PLATFORM eq 'win32') { skip_symbols [qw( |