[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling ucpop
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: compiling ucpop
- From: Don Cohen <donc@ISI.EDU>
- Date: Tue, 11 Feb 97 18:36:15 PST
- In-reply-to: Your message of "Tue, 11 Feb 1997 21:49:19 +0100." <199702112028.OAA09078@phobos.mathcs.carleton.edu>
I believe the problem is that clisp does not create blocks at all
the places you'd like. (I recall seeing this in a defmacro.)
In this case, the workaround is to put
(block test-templ ...) around the body of test-templ.