*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 12 Feb 2002 12:32:27 +0100
changeset 6391 ff9f6df9ec4e
parent 6390 41d5c47c33f0
child 6392 f3c2c3edf2c8
*** empty log message ***
CharacterArray.st
--- a/CharacterArray.st	Mon Feb 11 20:56:22 2002 +0100
+++ b/CharacterArray.st	Tue Feb 12 12:32:27 2002 +0100
@@ -2122,6 +2122,12 @@
     "Modified: / 13.11.2001 / 19:16:25 / cg"
 ! !
 
+!CharacterArray methodsFor:'Compatibility - Dolphin'!
+
+argumentCount
+    ^  self numArgs
+! !
+
 !CharacterArray methodsFor:'Compatibility - ST/V'!
 
 byteAt:index put:aByte
@@ -6009,6 +6015,6 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.216 2001-11-21 08:57:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.217 2002-02-12 11:32:27 cg Exp $'
 ! !
 CharacterArray initialize!