[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defun&
- To: (BUG LISP) at MIT-AI
- To: bug-lisp at MIT-AI
- Subject: Re: defun&
- From: KEN@MIT-AI
- From: DEWOLF at WPAFB-AFAL
- Date: Mon, 26 Jun 79 07:33:19 GMT
- Date: Mon, 25 Jun 79 06:13:00 GMT
- Original-date: 06/26/79 03:33:19 EDT
- Original-date: 25 Jun 1979 (Monday) 0113-EST
I got the following message and thought I'd forward it to you.
It occured in a old COMPLR (633 by 632), but, who knows, maybe
this bug exists still.
--------------------------------------------------------------
From Onr Project[1000,222] on June 19, 1979 at 8:13 AM
Re: lisp compiler bug
(cond ((null j) nil) ...)
cause it to generate code as if
(cond (j nil) ...)
To fix it do the following:
(cond ((null j) any-dummy-function-here) ...)
T. Wong (3 man-hours)
[Forwarded from Tim Finin]
______________________________________________________________
Tim