Ticket #1060 (closed defect: worksforme)
(SETF STREAM-EXTERNAL-FORMAT) shouldn't be defined.
| Reported by: | gb | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ANSI CL Compliance | Version: | trunk |
| Keywords: | Cc: |
Description
The ability to change the EXTERNAL-FORMAT of an open stream is sometimes useful and CCL defines (SETF STREAM-EXTERNAL-FORMAT) to do this.
ANSI CL doesn't allow an implementation to define SETF functions or expanders on CL function names that aren't explicitly allowed to work with SETF, so this function should be renamed to something like CCL:SET-STREAM-EXTERNAL-FORMAT.
Change History
Note: See
TracTickets for help on using
tickets.
