Fix off-by-one error in bit-string->unsigned-integer.
authorHal Abelson <edu/mit/hal>
Thu, 31 Jan 1991 07:00:00 +0000 (07:00 +0000)
committerHal Abelson <edu/mit/hal>
Thu, 31 Jan 1991 07:00:00 +0000 (07:00 +0000)
commit6120b7cf265bdfb093c0302e4b19a7c76f74f93d
tree1a13e48a273d19b5df8310d376be392826c659d2
parentadfe143ac56960553dc1919815d0005a1df9f362
Fix off-by-one error in bit-string->unsigned-integer.
If the bit-string has exactly FIXNUM_LENGTH bits, it still
falls in the fixnum range.
v7/src/microcode/bitstr.c