[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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?