[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DEFUN FOO (NIL) ...)
- To: (BUG LISP) at MIT-MC
- Subject: (DEFUN FOO (NIL) ...)
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Mon, 29 Jan 79 09:33:00 GMT
- Original-date: 29 JAN 1979 0433-EST
- Sent-by: KMP at MIT-MC
Foo. (DEFUN FOO (NIL) ...) was causing DEFUN& to run, which of course
did nothing with the NIL, leading to PDL overflow. I traced this down
to an incomplete TYPEP at DEF3B (atom check without NIL check), and
have updated source and am patching it in as well.