File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ method outerctx($/) {
165
165
unless pir:: defined (% * COMPILING <%?OPTIONS ><outer_ctx >) {
166
166
# We haven't got a specified outer context already, so load a
167
167
# setting. XXX Won't work for pre-compiled case yet.
168
- pir::compreg__Ps(' NQP-rx ' ). load_setting(% * COMPILING <%?OPTIONS ><setting > // ' NQPCORE' );
168
+ pir::compreg__Ps(' nqp ' ). load_setting(% * COMPILING <%?OPTIONS ><setting > // ' NQPCORE' );
169
169
}
170
170
self . SET_BLOCK_OUTER_CTX(@ BLOCK [0 ]);
171
171
}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ NQP::Compiler - NQP compiler
40
40
.local pmc nqpproto , nqpcomp
41
41
nqpproto = get_hll_global [' NQP' ], ' Compiler'
42
42
nqpcomp = nqpproto . ' new' ()
43
- nqpcomp . ' language' (' NQP-rx ' )
43
+ nqpcomp . ' language' (' nqp ' )
44
44
$P0 = get_hll_global [' NQP' ], ' Grammar'
45
45
nqpcomp . ' parsegrammar' ($P0 )
46
46
$P0 = get_hll_global [' NQP' ], ' Actions'
@@ -53,7 +53,7 @@ NQP::Compiler - NQP compiler
53
53
. sub ' main' :main
54
54
.param pmc args_str
55
55
56
- $P0 = compreg ' NQP-rx '
56
+ $P0 = compreg ' nqp '
57
57
$P1 = $P0 . ' command_line' (args_str , ' encoding' = >' utf8' , ' transcode' = >' ascii iso-8859-1' )
58
58
exit 0
59
59
.end
You can’t perform that action at this time.
0 commit comments