checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 02 Nov 1997 18:03:45 +0100
changeset 3070 1bf5a29fddc9
parent 3069 9a25834a3ef7
child 3071 ddf7118d466c
checkin from browser
Boolean.st
--- a/Boolean.st	Sun Nov 02 17:56:49 1997 +0100
+++ b/Boolean.st	Sun Nov 02 18:03:45 1997 +0100
@@ -79,7 +79,9 @@
 hasSpecialBinaryRepresentation
     "return true, if the receiver has a special binary representation"
 
-	^true
+    ^ true
+
+    "Modified: / 2.11.1997 / 14:13:56 / cg"
 ! !
 
 !Boolean methodsFor:'converting'!
@@ -177,5 +179,5 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.21 1997-02-25 18:19:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.22 1997-11-02 17:03:45 cg Exp $'
 ! !