Re: INFO information: where is it?
Marco Antoniotti <[email protected]> Fri, 8 Jan 2010 16:15:45 +0100
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Yes. Thanks. marco On Jan 8, 2010, at 14:44 , Raymond Toy wrote: > 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 > > -- Marco Antoniotti