Re: Undefined functions bug summary

Raymond Toy <[email protected]>
Newsgroups gmane.lisp.cmucl.general
Message-ID <[email protected]>
Steven Edwards wrote:
> When compiling with (speed 3) (safety 0) (space 0), I get:
> 
> ; Warning: These functions are undefined:
> ;   STREAM::%LISTEN STREAM::%READ-CHAR STREAM::%UNREAD-CHAR
> STREAM-LISTEN STREAM-READ-CHAR STREAM-UNREAD-CHAR
> ;
> 
> because of references to: listen read-char unread-char (some with stream
> arguments, some without)

These are all functions from either Gray streams or simple streams.

Perhaps the way to get rid of the warnings is just to define dummy
versions that will be replaced when Gray streams or simple streams are
loaded.

Ray
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.