(Supplied by Jarkko in a makedef.pl that was omitted from the
aforementioned change)
p4raw-id: //depot/perl@24290
while (<VARS>) {
# All symbols have a Perl_ prefix because that's what embed.h
# sticks in front of them.
- push(@syms, &$proc($1,$2,$3)) if (/\bPERLVAR(A?I?C?)\(([IGT])(\w+)/);
+ push(@syms, &$proc($1,$2,$3)) if (/\bPERLVAR(A?I?S?C?)\(([IGT])(\w+)/);
}
close(VARS);
return \@syms;