[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JAR at MIT-MC (Jonathan A. Rees)
- Date: Tue, 10 Mar 81 04:18:00 GMT
- Original-date: 9 MAR 1981 2318-EST
The file JSYS-TBL.LSP on the Twenex Maclisp release tape has the following
cute mistake in it:
(eval-when (eval load compile)
(setq oibase ibase ibase 8.)
(setq frob1 127) ... ;Octal 127 intended
)
The (setq ibase 8) ought to be in a separate top-level-read-able form,
obviously, from the following setq's, or else the #o notation should
be used.
Did the #o(17 362 foo) bug ever get fixed?