From: Gurusamy Sarathy Date: Mon, 8 Dec 1997 06:13:04 +0000 (+0000) Subject: [win32] re-add PERLVARI?C? change that somehow went missing in makedef.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83921c945db40515d7fed77f435f5b7be4efe5d4;p=p5sagit%2Fp5-mst-13.2.git [win32] re-add PERLVARI?C? change that somehow went missing in makedef.pl p4raw-id: //depot/win32/perl@351 --- 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;