ReturnNode.st
changeset 1114 9f897a9a872b
parent 1080 bd3f19f6009a
child 1381 695fa03a5795
--- a/ReturnNode.st	Fri Nov 17 17:44:16 2000 +0100
+++ b/ReturnNode.st	Tue Nov 21 21:22:53 2000 +0100
@@ -45,7 +45,7 @@
 "
 ! !
 
-!ReturnNode class methodsFor:'code generation helper'!
+!ReturnNode class methodsFor:'code generation helpers'!
 
 codeSimpleReturnFor:expression inBlock:b on:aStream inLine:lineNrOrNil for:aCompiler
     "/ let expression decide how to do it efficiently.
@@ -149,5 +149,5 @@
 !ReturnNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.25 2000-08-31 10:03:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.26 2000-11-21 20:22:32 cg Exp $'
 ! !