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