[win32] re-add PERLVARI?C? change that somehow went missing in makedef.pl
[p5sagit/p5-mst-13.2.git] / 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;