Re: Possible precedence problem on bitwise ^ operator
[p5sagit/p5-mst-13.2.git] / 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 {