ExternalBytes.st
changeset 1267 e285a3a94d9e
parent 1242 701be0be8681
child 1286 4270a0b4917d
--- a/ExternalBytes.st	Tue Apr 23 16:38:38 1996 +0200
+++ b/ExternalBytes.st	Tue Apr 23 16:40:11 1996 +0200
@@ -564,9 +564,12 @@
 !ExternalBytes class methodsFor:'queries'!
 
 isBuiltInClass
-    "known by the runtime system"
+    "return true if this class is known by the run-time-system.
+     Here, true is returned."
 
     ^ true
+
+    "Modified: 23.4.1996 / 15:57:50 / cg"
 !
 
 sizeofDouble
@@ -1059,6 +1062,6 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.5 1996-04-20 21:23:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.6 1996-04-23 14:40:11 cg Exp $'
 ! !
 ExternalBytes initialize!