Skip to content

Commit

Permalink
Mark the line directives for Rakudo core src files
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Nov 16, 2016
1 parent 5b0d81b commit b068e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/gen-cat.nqp
Expand Up @@ -20,7 +20,7 @@ sub MAIN(*@ARGS) {
}
my $stderr := nqp::getstderr();
for @ARGS -> $file {
say("#line 1 $file");
say("#line 1 SETTING::$file");
my $fh := open($file, :r);
my int $in_cond := 0;
my int $in_omit := 0;
Expand Down

0 comments on commit b068e3a

Please sign in to comment.