[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about clisp-1995-01-01



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