Skip to content

Commit

Permalink
load dumper.pbc instead of including library/dumper.pir
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 29, 2009
1 parent 98f7075 commit 8877c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_nqp.pir
@@ -1,9 +1,9 @@
# for devel
.include 'library/dumper.pir'

.namespace ['Eclectus']

.sub '__onload' :init
load_bytecode "dumper.pbc"
load_bytecode 'PGE.pbc'
load_bytecode 'PGE/Text.pbc'
load_bytecode 'PGE/Util.pbc'
Expand Down

0 comments on commit 8877c68

Please sign in to comment.