Author: allison
Date: Sun Sep 30 20:53:26 2007
New Revision: 21700

Modified:
   branches/pdd15oo/runtime/parrot/library/PGE/Text.pir
   branches/pdd15oo/runtime/parrot/library/PGE/Util.pir

Log:
[pdd15oo] Fixing a few more partial shifts to hierarchical namespace.


Modified: branches/pdd15oo/runtime/parrot/library/PGE/Text.pir
==============================================================================
--- branches/pdd15oo/runtime/parrot/library/PGE/Text.pir        (original)
+++ branches/pdd15oo/runtime/parrot/library/PGE/Text.pir        Sun Sep 30 
20:53:26 2007
@@ -16,7 +16,7 @@
 
 .sub "__onload" :load
     .local pmc base
-    $P0 = subclass 'PGE::Grammar', 'PGE::Text'
+    $P0 = subclass ['PGE';'Grammar'], 'PGE::Text'
 .end
 
 =head2 Available rules

Modified: branches/pdd15oo/runtime/parrot/library/PGE/Util.pir
==============================================================================
--- branches/pdd15oo/runtime/parrot/library/PGE/Util.pir        (original)
+++ branches/pdd15oo/runtime/parrot/library/PGE/Util.pir        Sun Sep 30 
20:53:26 2007
@@ -17,7 +17,7 @@
 
 .sub "__onload" :load
     .local pmc base
-    $P0 = subclass 'PGE::Grammar', 'PGE::Util'
+    $P0 = subclass ['PGE';'Grammar'], 'PGE::Util'
     .return ()
 .end
 

Reply via email to