added node-walk facility (ST80 compatibility)
authorClaus Gittinger <cg@exept.de>
Thu, 19 Jun 1997 16:57:04 +0200
changeset 2697 fc8552cd6ebf
parent 2696 0ab535637edc
child 2698 26abb8941250
added node-walk facility (ST80 compatibility)
ImmutableArray.st
--- a/ImmutableArray.st	Thu Jun 19 16:32:43 1997 +0200
+++ b/ImmutableArray.st	Thu Jun 19 16:57:04 1997 +0200
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.9 on 25-jun-1996 at 14:32:57'                   !
-
 Array subclass:#ImmutableArray
 	instanceVariableNames:''
 	classVariableNames:''
@@ -19,7 +17,7 @@
 	category:'System-Compiler-Support'
 !
 
-!ImmutableArray  class methodsFor:'documentation'!
+!ImmutableArray class methodsFor:'documentation'!
 
 copyright
 "
@@ -188,8 +186,8 @@
     ^ super becomeNil
 ! !
 
-!ImmutableArray  class methodsFor:'documentation'!
+!ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.15 1996-06-28 15:32:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.16 1997-06-19 14:57:04 cg Exp $'
 ! !