From 83921c945db40515d7fed77f435f5b7be4efe5d4 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 8 Dec 1997 06:13:04 +0000 Subject: [PATCH] [win32] re-add PERLVARI?C? change that somehow went missing in makedef.pl p4raw-id: //depot/win32/perl@351 --- win32/makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/makedef.pl b/win32/makedef.pl index 3b983d5..75bd1c7 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -247,7 +247,7 @@ sub readvar { # All symbols have a Perl_ prefix because that's what embed.h # sticks in front of them. - push(@syms,"Perl_".$1) if (/\bPERLVARI?\([IGT](\w+)/); + push(@syms,"Perl_".$1) if (/\bPERLVARI?C?\([IGT](\w+)/); } close(VARS); return \@syms; -- 2.7.4