Skip to content

Commit

Permalink
Fix --target=pa[rse|st] - got broken at some point in this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 23, 2011
1 parent a6496e3 commit 81203dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Regex.pir
Expand Up @@ -34,11 +34,14 @@ This file brings together the various Regex modules needed for Regex.pbc .
.HLL 'nqp'

.sub '' :anon :load :init
# Also want the dumper.
load_bytecode 'dumper.pbc'

## Import PAST and PCT to the HLL.
.local pmc hllns, parrotns, imports
hllns = get_hll_namespace
parrotns = get_root_namespace ['parrot']
imports = split ' ', 'PAST PCT'
imports = split ' ', 'PAST PCT _dumper'
parrotns.'export_to'(hllns, imports)
.end

Expand Down

0 comments on commit 81203dc

Please sign in to comment.