--- "Pierre R. Mai" <[EMAIL PROTECTED]> wrote:

 the type
> declaration isn't necessarily visible where the
> variable can be
> accessed, e.g.:
> 
> (defun access-it ()
>   (declare (special hash-code))
>   (* hash-code 547))
> 
> ...
> 
> (declaim (type hash-type hash-code)) 
> (defparameter hash-code 0)
> 

Ah, yes, yet another reason i think special variables
should be ripped out.

> Or think of symbol-value.

Thanks, i didn't think of that, either.  

dave

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

Reply via email to