[win32] re-add PERLVARI?C? change that somehow went missing in makedef.pl
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 8 Dec 1997 06:13:04 +0000 (06:13 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 8 Dec 1997 06:13:04 +0000 (06:13 +0000)
p4raw-id: //depot/win32/perl@351

win32/makedef.pl

index 3b983d5..75bd1c7 100644 (file)
@@ -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;