[Ecls-list] declaim question
Karsten Poeck
karsten.poeck at gmail.com
Tue Feb 1 20:21:27 UTC 2011
In article
<AANLkTimx2PNXFCnwu8KgV2HXH+CA8i+f91_Q88zC6A1P at mail.gmail.com>,
Marko KociÄ <marko.kocic at gmail.com>
wrote:
> I have lisp file some.lisp which have the following at the beginning:
>
> (declaim (optimize (speed 3) (safety 0) (debug 0)))
>
I think you need a:
(eval-when
(:compile-toplevel :execute :load-toplevel)
..)
around the declaim
Perhaps the :compile-toplevel is sufficient
Karsten
More information about the ecl-devel
mailing list