Author: leo
Date: Wed Jan 24 14:40:51 2007
New Revision: 16781

Modified:
   trunk/runtime/parrot/library/Pg.pir

Log:
for some strange reasons now __init_pmc is needed instead of init - anyway fix 
failing pg.t

Modified: trunk/runtime/parrot/library/Pg.pir
==============================================================================
--- trunk/runtime/parrot/library/Pg.pir (original)
+++ trunk/runtime/parrot/library/Pg.pir Wed Jan 24 14:40:51 2007
@@ -98,7 +98,7 @@
 
 =cut
 
-.sub __init :method
+.sub __init_pmc :method
     .param pmc con
     setattribute self, 'con', con
 .end
@@ -301,7 +301,7 @@
 
 =cut
 
-.sub __init :method
+.sub __init_pmc :method
     .param pmc res
     setattribute self, 'res', res
     need_finalize self

Reply via email to