UndefVar.st
changeset 135 aa4f7b8f121e
parent 103 f4a69d7dd387
child 140 1ef1d1395146
--- a/UndefVar.st	Sun Nov 05 18:20:13 1995 +0100
+++ b/UndefVar.st	Sat Nov 11 16:31:47 1995 +0100
@@ -17,13 +17,6 @@
        category:'System-Compiler-Support'
 !
 
-UndefinedVariable comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.7 1995-08-11 16:04:21 claus Exp $
-'!
-
 !UndefinedVariable class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.7 1995-08-11 16:04:21 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/UndefVar.st,v 1.8 1995-11-11 15:31:44 cg Exp $'
 !
 
 documentation