Author: bernhard
Date: Sun Apr 30 11:49:29 2006
New Revision: 12468

Modified:
   trunk/languages/bc/bc.py

Log:
Let Parrot bc use 'runtime/parrot/library/PAST.pbc'


Modified: trunk/languages/bc/bc.py
==============================================================================
--- trunk/languages/bc/bc.py    (original)
+++ trunk/languages/bc/bc.py    Sun Apr 30 11:49:29 2006
@@ -1,4 +1,4 @@
-# Copyright: 2005 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2005-2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 import os
@@ -199,7 +199,7 @@
    print """
 
 .sub 'bc' :main
-    load_bytecode 'languages/punie/lib/PAST.pir'
+    load_bytecode 'PAST.pbc'
     load_bytecode 'TGE.pbc'
     load_bytecode 'languages/punie/lib/POST.pir'
 

Reply via email to