Re: INFO information: where is it?

Raymond Toy <[email protected]> Fri, 08 Jan 2010 08:44:32 -0500
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
Marco Antoniotti wrote:
> Hi
>
> it has been a while since I looked at the sources of CMUCL (or any
> other CL).  I have a question.
>
> Where is the INFO function/macro etc defined?
It's in compiler/globaldb.lisp.  (describe 'cl::info) tells me that.

Ray