Author: allison
Date: Sat Oct  6 12:41:45 2007
New Revision: 21930

Modified:
   branches/pdd15oo/runtime/parrot/library/Iter.pir

Log:
[pdd15oo] Updating Iter class to use 'get_class' instead of 'getclass'.


Modified: branches/pdd15oo/runtime/parrot/library/Iter.pir
==============================================================================
--- branches/pdd15oo/runtime/parrot/library/Iter.pir    (original)
+++ branches/pdd15oo/runtime/parrot/library/Iter.pir    Sat Oct  6 12:41:45 2007
@@ -37,7 +37,7 @@
 .namespace ['Iter']
 
 .sub '__onload' :load
-    $P0 = getclass 'Undef'
+    $P0 = get_class 'Undef'
     $P1 = subclass $P0, 'Iter'
     addattribute $P1, 'aggregate'
     addattribute $P1, 'exhausted'

Reply via email to