[svn:parrot] r38701 - trunk/tools/util
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Mon May 11 21:20:02 UTC 2009
Author: NotFound
Date: Mon May 11 21:20:02 2009
New Revision: 38701
URL: https://trac.parrot.org/parrot/changeset/38701
Log:
[tools] use Crow.pbc instad of his pir
Modified:
trunk/tools/util/crow.pir
Modified: trunk/tools/util/crow.pir
==============================================================================
--- trunk/tools/util/crow.pir Mon May 11 20:57:16 2009 (r38700)
+++ trunk/tools/util/crow.pir Mon May 11 21:20:02 2009 (r38701)
@@ -23,7 +23,7 @@
.sub 'main' :main
.param pmc args
- load_bytecode 'Crow.pir' # TODO s/pir/pbc/
+ load_bytecode 'Crow.pbc'
.local pmc exports, curr_namespace, test_namespace
curr_namespace = get_namespace
@@ -73,7 +73,7 @@
.sub 'get_json'
.param string filename
- load_bytecode 'Config/JSON.pir'
+ load_bytecode 'Config/JSON.pbc'
.local pmc exports, curr_namespace, test_namespace
curr_namespace = get_namespace
More information about the parrot-commits
mailing list