Skip to content

Commit

Permalink
Little tweak so things in the core setting get shown in the backtrace…
Browse files Browse the repository at this point in the history
… with a filename of CORE.setting.
  • Loading branch information
jnthn committed May 30, 2010
1 parent 8b3bb0b commit 6e39fe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Perl6/Compiler.pir
Expand Up @@ -209,12 +209,19 @@ Perl6::Compiler - Perl6 compiler
exit 0
.end

.sub '' :anon
.annotate 'file', 'CORE.setting'
.end
.include 'src/gen/core.pir'

# Cheats go at the end, because some of them are in the 'parrot' HLL
# namespace.
.include 'src/gen/cheats.pir'

.sub '' :anon
.annotate 'file', ''
.end

=cut

# Local Variables:
Expand Down

0 comments on commit 6e39fe1

Please sign in to comment.