ImmutableByteArray.st
changeset 18545 bf6afb06b38a
parent 17536 950f6d65e102
child 18555 7cc0ec139c8d
child 18614 5aa6db5b361b
--- a/ImmutableByteArray.st	Thu Jul 02 16:58:18 2015 +0200
+++ b/ImmutableByteArray.st	Thu Jul 02 16:58:26 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2009 by eXept Software AG
 	      All Rights Reserved
@@ -57,6 +59,8 @@
     Turn the ImmutableArray feature on, by setting the Parser's class variable
     'ArraysAreImmutable' to true or use the new launchers settings menu.
 
+    This class should be used only by the compiler.
+
     ATTENTION:
         there may be still code around which checks for explicit class being ByteArray
         (both in Smalltalk and in primitive code). All code like foo 'class == ByteArray'
@@ -233,6 +237,6 @@
 !ImmutableByteArray class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableByteArray.st,v 1.16 2015-02-20 23:56:40 cg Exp $'
+    ^ '$Header$'
 ! !