common definition of #byteAt:put between CharacterArray and Symbol
authorStefan Vogel <sv@exept.de>
Wed, 10 Jun 2009 16:45:37 +0200
changeset 11755 4755011da4de
parent 11754 5132248cfd6e
child 11756 2540924974a2
common definition of #byteAt:put between CharacterArray and Symbol
Symbol.st
--- a/Symbol.st	Wed Jun 10 16:45:35 2009 +0200
+++ b/Symbol.st	Wed Jun 10 16:45:37 2009 +0200
@@ -231,12 +231,6 @@
     ^ super basicAt:index put:something
 
     "Modified: 19.4.1996 / 11:16:10 / cg"
-!
-
-byteAt:index put:value
-    "report an error if interned - interned symbols may not be changed."
-
-    ^ self basicAt:index put:(value asCharacter)
 ! !
 
 
@@ -694,5 +688,5 @@
 !Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.84 2008-04-09 19:41:19 ab Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.85 2009-06-10 14:45:37 stefan Exp $'
 ! !