[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: about clisp-1995-01-01
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de, haible@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: about clisp-1995-01-01
- From: haible (Bruno Haible)
- Date: Mon, 13 Feb 95 13:11:48 +0100
Tomohiro Shibata <tom@jsk.t.u-tokyo.ac.jp> writes:
> 2) It seems not to be able to expand some macros correctly.
> *** - EVAL: undefined function (SETF DBCLASS-RULES)
> 2. Break> where
> EVAL frame for form ((SETF DBCLASS-RULES) #:G710 #:G711)
For (SETF (DBCLASS-RULES ...) ...) to work, you must have a
(DEFMACRO DBCLASS-RULES ...)
or
(DEFSETF DBCLASS-RULES ...)
form in your code *before* the occurrence of the (SETF (DBCLASS-RULES ...) ...).
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de