We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9afc3 commit 6a56a38Copy full SHA for 6a56a38
src/tools/msvc/pgflex.pl
@@ -67,7 +67,7 @@
67
}
68
if ($flexflags =~ /\s-b\s/)
69
{
70
- my $lexback = dirname($input) . "/lex.backup";
+ my $lexback = "lex.backup";
71
open($lfile,$lexback) || die "opening $lexback for reading: $!";
72
my $lexbacklines = <$lfile>;
73
close($lfile);
0 commit comments