This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71cb6d
)
Fix last remaining Win32 linker error following change 24271
author
Steve Hay
<SteveHay@planit.com>
Fri, 22 Apr 2005 13:51:47 +0000
(13:51 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Fri, 22 Apr 2005 13:51:47 +0000
(13:51 +0000)
(Supplied by Jarkko in a makedef.pl that was omitted from the
aforementioned change)
p4raw-id: //depot/perl@24290
makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/makedef.pl
b/makedef.pl
index
d14b503
..
107541c
100644
(file)
--- a/
makedef.pl
+++ b/
makedef.pl
@@
-806,7
+806,7
@@
sub readvar {
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;