In article 
<aanlktimx2pnxfcnwu8kgv2hxh+ca8i+f91_q88zc6...@mail.gmail.com>,
 Marko Kocić <marko.ko...@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


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to