Author: tewk
Date: Thu Dec 25 11:56:17 2008
New Revision: 34354

Modified:
   trunk/compilers/ncigen/src/NCIGENAST.pir

Log:
[ncigen] Added clone method that disappeared form pct


Modified: trunk/compilers/ncigen/src/NCIGENAST.pir
==============================================================================
--- trunk/compilers/ncigen/src/NCIGENAST.pir    (original)
+++ trunk/compilers/ncigen/src/NCIGENAST.pir    Thu Dec 25 11:56:17 2008
@@ -29,6 +29,11 @@
     .return ()
 .end
 
+.sub 'clone' :method
+    $P0 = clone self
+    .return ($P0)
+.end
+
 =head1 NCIGENAST Node types
 
 =head2 NCIGENAST::Node

Reply via email to