[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SETF total lossage
- To: BUG-LISP at MIT-MC
- Subject: SETF total lossage
- From: William G. Dubuque <WGD at MIT-MC>
- Date: Tue, 18 Aug 81 18:06:00 GMT
- Original-date: 18 August 1981 14:06-EDT
- Sender: BIL at MIT-MC
(DEFSETF MAKNUM ((() OBJECT) ADDRESS) `(SETF ,OBJECT (MUNKAM ,ADDRESS)))
will lose whenever SETF decides that object or address is complicated enough
that they should be bound to gensyms (thus producing a recursive setf call
on gensyms).