Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak so that stage1 actually starts up.
Fails upon calling the first action method, however; some code-object
related issue.
  • Loading branch information
jnthn committed Oct 6, 2013
1 parent ff77d36 commit 78f4d64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/NQP/Compiler.nqp
Expand Up @@ -42,7 +42,11 @@ $nqpcomp.addstage('classname', :after<start>);
# XXX FIX ME
sub MAIN(@ARGS) {
#?endif
#?if !parrot
#?if moar
# XXX FIX ME
sub MAIN(@ARGS) {
#?endif
#?if jvm
sub MAIN(*@ARGS) {
#?endif
# Enter the compiler.
Expand Down

0 comments on commit 78f4d64

Please sign in to comment.