From 17ce74365d0143ca716ac38663baae133856890c Mon Sep 17 00:00:00 2001 From: Artur Bergman Date: Thu, 30 Aug 2001 13:02:48 +0000 Subject: 11792 wasn't complete p4raw-id: //depot/perl@11793 --- makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makedef.pl') 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( -- cgit v1.2.1