LargeInteger.st
changeset 7544 dcde4788d7f0
parent 7481 dd6cc10d5d2d
child 8334 4466f66d1f9a
--- a/LargeInteger.st	Mon Aug 11 16:47:34 2003 +0200
+++ b/LargeInteger.st	Tue Aug 12 22:56:24 2003 +0200
@@ -969,6 +969,9 @@
 
 %{
 #if 1
+    /*
+     * quickly advance over full 0-words
+     */
     if (__isByteArray(__INST(digitByteArray))) {
         int __sz = __intVal(sz);
         unsigned char *__bP = (unsigned char *)(__byteArrayVal(__INST(digitByteArray)));
@@ -4466,5 +4469,5 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.175 2003-07-07 21:21:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.176 2003-08-12 20:56:24 cg Exp $'
 ! !