"WITH-COMPILATION-UNIT is being redefined"



On 2013-09-28, David Billinghurst <dbmaxima at gmail.com> wrote:

> Files share/linearalgebra/load-linearalgebra-lisp-files.lisp and 
> share/sym/load-sym-lisp-files.lisp both contain
>
> #+gcl (defmacro with-compilation-unit (a &rest b) `(progn , at b))
>
> One possible work around is to replace that with
>
> #+gcl (unless (macro-function 'with-compilation-unit)
>             (defmacro with-compilation-unit (a &rest b) `(progn , at b)))
>
> Thoughts?

Makes sense to me.

best

Robert Dodier