I really store shorts ...
authorClaus Gittinger <cg@exept.de>
Fri, 23 Feb 1996 03:20:22 +0100
changeset 996 560a05298da9
parent 995 b018368b3a94
child 997 6c7f1815ed02
I really store shorts ...
TwoByteString.st
--- a/TwoByteString.st	Fri Feb 23 03:18:07 1996 +0100
+++ b/TwoByteString.st	Fri Feb 23 03:20:22 1996 +0100
@@ -38,6 +38,14 @@
     TwoByteStrings are like strings, but storing 16bits per character.
     The integration of them into the system is not completed ....
 "
+!
+
+initialize
+    self flags:(Behavior flagWords)
+
+    "
+     TwoByteString initialize
+    "
 ! !
 
 !TwoByteString class methodsFor:'instance creation'!
@@ -87,5 +95,6 @@
 !TwoByteString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.16 1996-02-22 20:30:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.17 1996-02-23 02:20:22 cg Exp $'
 ! !
+TwoByteString initialize!