Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Get file name annotations working again for moritz++.
  • Loading branch information
jnthn committed Jul 5, 2011
1 parent de23ea5 commit 26dd00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLL/Compiler.pm
Expand Up @@ -378,7 +378,7 @@ class HLL::Compiler {
pir::die($err) if $err;
}
my $code := pir::join('', @codes);
# my $?FILES := pir::join(' ', @files);
my $?FILES := pir::join(' ', @files);
my $r := self.eval($code, |@args, |%adverbs);
if $target eq '' || $target eq 'pir' {
return $r;
Expand Down

0 comments on commit 26dd00c

Please sign in to comment.