UnaryNode.st
changeset 103 f4a69d7dd387
parent 102 77e4d1119ff2
child 104 2016bfa4cd45
--- a/UnaryNode.st	Thu Aug 10 20:13:01 1995 +0200
+++ b/UnaryNode.st	Fri Aug 11 18:04:27 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.13 1995-08-10 18:12:45 claus Exp $
+$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.14 1995-08-11 16:04:17 claus Exp $
 '!
 
 !UnaryNode class methodsFor:'documentation'!
@@ -42,8 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.13 1995-08-10 18:12:45 claus Exp $
-$Revision: 1.13 $
+$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.14 1995-08-11 16:04:17 claus Exp $
 "
 !