On Mon, 2003-12-29 at 13:04, Eric Marsden wrote: > >>>>> "tl" == Thibault Langlois <[EMAIL PROTECTED]> writes: > > tl> When I compile the following function I get 6 notes that I do not > tl> understand. It seems that "of-type" is not understood. > tl> What am I missing ? > > I am guessing that you have made I a special variable, probably by > using SETQ from the listener. You can check whether this is the case > by evaluating > > (walker:variable-globally-special-p 'i) > > You'll need to restart CMUCL to get back to a normal state. For more > details on CMUCL's behaviour with SETQ on an undeclared variable, see >
Your guess was right. Changing the name of variable i solved the problem. Thank you. > <URL:http://www.cons.org/cmucl/FAQ.html> -- Thibault Langlois <[EMAIL PROTECTED]> FCUL/DI
