Index: compilers/past-pm/PAST/Node.pir
===================================================================
--- compilers/past-pm/PAST/Node.pir	(revision 18671)
+++ compilers/past-pm/PAST/Node.pir	(working copy)
@@ -64,6 +64,7 @@
 Initialize a PAST node with the given children and attributes.
 Adds each child to the node (using the C<push> method, below) and
 calls the appropriate accessor method for each attribute.
+And returns the node.
 
 =cut
 
@@ -92,7 +93,7 @@
     goto adverbs_loop
   adverbs_end:
   end:
-    .return ()
+    .return (self)
 .end
 
 
