Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
The Regex and HLL libraries were inadvertently loading PGE.pbc (via P…
Browse files Browse the repository at this point in the history
…CT.pbc).

We don't need PGE, so don't load it.
  • Loading branch information
pmichaud committed Oct 31, 2009
1 parent 8c4c7d0 commit d35a707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PAST/Regex.pir
Expand Up @@ -14,7 +14,7 @@ for regular expressions.
.namespace ['PAST';'Regex']

.sub '' :init :load
load_bytecode 'PCT.pbc'
load_bytecode 'PCT/PAST.pbc'
.local pmc p6meta
p6meta = get_hll_global 'P6metaclass'
p6meta.'new_class'('PAST::Regex', 'parent'=>'PAST::Node')
Expand Down
2 changes: 1 addition & 1 deletion src/cheats/hll-compiler.pir
Expand Up @@ -4,7 +4,7 @@
.namespace ['HLL';'Compiler']

.sub '' :anon :init :load
load_bytecode 'PCT.pbc'
load_bytecode 'PCT/HLLCompiler.pbc'
.local pmc p6meta
p6meta = get_hll_global 'P6metaclass'
p6meta.'new_class'('HLL::Compiler', 'parent'=>'PCT::HLLCompiler')
Expand Down

0 comments on commit d35a707

Please sign in to comment.