This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
vms/gen_shrfls.pl tweak
authorCraig A. Berry <craigberry@mac.com>
Tue, 13 Nov 2001 14:33:25 +0000 (08:33 -0600)
committerAbhijit 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

index 04161d4..3cdd3ef 100644 (file)
@@ -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 {