Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start loading the regex library.
  • Loading branch information
jnthn committed Feb 28, 2013
1 parent 4b14a9f commit 3e0363c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nqp-src/NQP.pm
Expand Up @@ -3437,7 +3437,7 @@ my @clo := $nqpcomp.commandline_options();
sub MAIN(*@ARGS) {
# Enter the compiler.
$nqpcomp.command_line(@ARGS, :encoding('utf8'), :transcode('ascii iso-8859-1'),
:setting('NQPCOREJVM'), :no-regex-lib(1));
:setting('NQPCOREJVM'), :custom-regex-lib('NQPP6QRegexJVM'));

# Close event logging
$nqpcomp.nqpevent();
Expand Down

0 comments on commit 3e0363c

Please sign in to comment.