*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 04 Oct 1999 12:48:36 +0200
changeset 4838 170e81a97135
parent 4837 4bfde4af8282
child 4839 b4de7daa1141
*** empty log message ***
Symbol.st
--- a/Symbol.st	Mon Oct 04 12:46:26 1999 +0200
+++ b/Symbol.st	Mon Oct 04 12:48:36 1999 +0200
@@ -131,12 +131,13 @@
     ^ String new:size
 ! !
 
-!Symbol class methodsFor:'ST-80 compatibility'!
+!Symbol class methodsFor:'Compatibility - ST-80'!
 
 tableSize
     "return the size of the systems symbol table"
 
-    "/ claus: I ont know, if the returned value should be exact.
+    "/ claus: I dont know, if the returned value should be exact.
+    "/ the number below is just arbitrary ...
 
     ^ 10000
 
@@ -662,5 +663,5 @@
 !Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.59 1999-09-15 12:23:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.60 1999-10-04 10:48:36 cg Exp $'
 ! !