[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFVST lossage
- To: BUG-LISP at MIT-MC
- Subject: DEFVST lossage
- From: Richard L. Bryan <RLB at MIT-MC>
- Date: Sat, 13 Jun 81 00:03:00 GMT
- Original-date: 12 June 1981 20:03-EDT
Date: 12 June 1981 1946-EDT
From: Dave Touretzky at CMU-10A
(defvst x (name /: symbol))
...load some stuff...
X
(cons-a-x)
;FOO UNBOUND VARIABLE
The restriction alist in the (SETQ INIFORM ...) part of the DEFVST macro
has a pair (SYMBOL . FOO) which should be (SYMBOL . 'FOO). I wrote out
a new source version MC:NILCOM;DEFVST 144 but didn't compile it since I
don't understand all the circular interfile compilation dependencies.