[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEPOSIT-BYTE untested before release
- To: (BUG LISP) at MIT-MC
- Subject: DEPOSIT-BYTE untested before release
- From: RLB at MIT-MC (Richard L. Bryan)
- Date: Thu, 17 Jan 80 20:43:00 GMT
- Original-date: 17 JAN 1980 1543-EST
In octal bases,
(DEPOSIT-BYTE 1234 3 6 65) returns 1654, the correct answer.
(defun depos (a b c d) (deposit-byte a b c d))
(depos 1234 3 6 65) returns 674, evidence of at least one fencepost error!
deposit-byte worked before the recent incompatible change (not to complain
about the change, which was necessary...)