oops
authorClaus Gittinger <cg@exept.de>
Thu, 18 Apr 1996 18:17:58 +0200
changeset 1214 153a7435f5ed
parent 1213 10d17781616f
child 1215 43e8e17fd9f5
oops
TwoByteString.st
--- a/TwoByteString.st	Thu Apr 18 16:38:30 1996 +0200
+++ b/TwoByteString.st	Thu Apr 18 18:17:58 1996 +0200
@@ -38,7 +38,9 @@
     TwoByteStrings are like strings, but storing 16bits per character.
     The integration of them into the system is not completed ....
 "
-!
+! !
+
+!TwoByteString class methodsFor:'initialization'!
 
 initialize
     self flags:(Behavior flagWords)
@@ -46,6 +48,8 @@
     "
      TwoByteString initialize
     "
+
+    "Modified: 18.4.1996 / 17:56:32 / cg"
 ! !
 
 !TwoByteString class methodsFor:'instance creation'!
@@ -94,6 +98,6 @@
 !TwoByteString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.20 1996-02-26 16:02:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.21 1996-04-18 16:17:58 cg Exp $'
 ! !
 TwoByteString initialize!