ReturnNode.st
changeset 135 aa4f7b8f121e
parent 104 2016bfa4cd45
child 140 1ef1d1395146
--- a/ReturnNode.st	Sun Nov 05 18:20:13 1995 +0100
+++ b/ReturnNode.st	Sat Nov 11 16:31:47 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Compiler-Support'
 !
 
-ReturnNode comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.11 1995-08-11 20:28:21 claus Exp $
-'!
-
 !ReturnNode class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.11 1995-08-11 20:28:21 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.12 1995-11-11 15:31:30 cg Exp $'
 !
 
 documentation