Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbreak jvm build, printfh works while sayfh does not
  • Loading branch information
FROGGS committed Jul 23, 2014
1 parent 48afd2e commit 543937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QRegex/P6Regex/Grammar.nqp
Expand Up @@ -56,7 +56,7 @@ grammar QRegex::P6Regex::Grammar is HLL::Grammar {
}

method worry(*@args) {
nqp::sayfh(nqp::getstderr(), nqp::join('', @args));
nqp::printfh(nqp::getstderr(), nqp::join('', @args) ~ "\n");
}

token ws { [ \s+ | '#' \N* ]* }
Expand Down

0 comments on commit 543937d

Please sign in to comment.