Dear all,
I have got a problem with a macro definition that overrides an existing
LISP function, and that has the following problem:
>> (C1) TO_LISP();
>>
>> Type (run) to restart
>>
>> [1]> (load "sysdef.lisp")
>> ;; Loading file sysdef.lisp ...
>> ;; Loading of file sysdef.lisp is finished.
>> T
>> [2]> (make:make :affine :compile t)
>> Begin compile AMACROS at Mon Feb 4 11:39:21 2002
>>
>> Compiling file /usr/local/maxima-5.6/affine/amacros.lisp ...
>> ** - Continuable Error
>> Redefining the COMMON LISP function COPY-STRUCTURE
>> If you continue (by typing 'continue'): The old definition will be lost
>> 1. Break MAXIMA[3]> continue
>>
>> *** - The macro COPY-STRUCTURE may not be called with 1 arguments:
>> (COPY-STRUCTURE STRUCTURE)
>
>
However, this macro is not called from amacros.lisp !
Do you have any idea about this ?
Many thanks in advance.
Kind regards,
François.