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:
4a42e14
)
vms/gen_shrfls.pl tweak
author
Craig A. Berry
<craigberry@mac.com>
Tue, 13 Nov 2001 14:33:25 +0000
(08:33 -0600)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Tue, 13 Nov 2001 19:32:33 +0000
(19:32 +0000)
Message-Id: <5.1.0.14.2.
20011113142319
.
01c3ad50
@exchi01>
p4raw-id: //depot/perl@12980
vms/gen_shrfls.pl
patch
|
blob
|
blame
|
history
diff --git
a/vms/gen_shrfls.pl
b/vms/gen_shrfls.pl
index
04161d4
..
3cdd3ef
100644
(file)
--- a/
vms/gen_shrfls.pl
+++ b/
vms/gen_shrfls.pl
@@
-213,7
+213,7
@@
LINE: while (<CPP>) {
}
if ($ckfunc) {
print "$scanname>> $_" if $debug > 2;
- if (/
\s*^
EXT/) { &scan_var($_); }
+ if (/
^\s*
EXT/) { &scan_var($_); }
else { &scan_func($_); }
}
else {