Merge branch 'master' of git://repo.or.cz/factor/jcg

db4
U-VICTORIA\Administrator 2008-07-11 18:52:51 -07:00
commit bc786e1552
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ M: bit-array byte-length length 7 + -3 shift ;
n zero? [ 0 <bit-array> ] [
[let | out [ n log2 1+ <bit-array> ] i! [ 0 ] n'! [ n ] |
[ n' zero? not ] [
n' out underlying>> i 255 bitand set-alien-unsigned-1
n' out underlying>> i set-alien-unsigned-1
n' -8 shift n'!
i 1+ i!
] [ ] while