Changeset 272


Ignore:
Timestamp:
Jan 13, 2004, 4:47:48 PM (21 years ago)
Author:
Gary Byers
Message:

(SATISFIES (OUTPUT-STREAM-P)). (The thing that's catching these things is
a half-bootstrapped type system, but I'd have liked to have seen that
one a lot earlier ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/pprint.lisp

    r6 r272  
    21372137              (if (output-stream-p s)
    21382138                s
    2139                 (require-type s '(satisfies (output-stream-p))))))
     2139                (require-type s '(satisfies output-stream-p)))))
    21402140               
    21412141    (let ((*format-control-string* control-string)
Note: See TracChangeset for help on using the changeset viewer.