ImmArray.st
changeset 69 8841df2f5fdd
parent 68 3e6fb48b5b0f
child 84 ecb74f0507fd
--- a/ImmArray.st	Tue Feb 21 02:07:07 1995 +0100
+++ b/ImmArray.st	Wed Feb 22 02:17:12 1995 +0100
@@ -16,7 +16,7 @@
 	 instanceVariableNames:''
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Compiler-Support'
+	 category:'System-Compiler-Support'
 !
 
 !ImmutableArray class methodsFor:'documentation'!
@@ -37,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.2 1995-02-21 01:07:07 claus Exp $
+$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.3 1995-02-22 01:16:48 claus Exp $
 "
 !