Skip to content

Commit

Permalink
Include nqp_const.pir in registered constants
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Mar 20, 2013
1 parent 0e42959 commit f2e0aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HLL/Compiler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class HLL::Backend::Parrot {
~ ".include 'stat.pasm'\n"
~ ".include 'datatypes.pasm'\n"
~ ".include 'libpaths.pasm'\n"
~ ".include 'nqp_const.pir'\n"
}

method pir($source, *%adverbs) {
Expand Down

0 comments on commit f2e0aa1

Please sign in to comment.