Changeset 4910


Ignore:
Timestamp:
Jul 25, 2006, 2:48:03 AM (18 years ago)
Author:
Gary Byers
Message:

Compiler-macro for BASIC-STREAM-P.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/optimizers.lisp

    r4137 r4910  
    15351535  `(eql (typecode ,n) ,(nx-lookup-target-uvector-subtag :macptr)))
    15361536
     1537(define-compiler-macro basic-stream-p (n)
     1538  `(eql (typecode ,n) ,(nx-lookup-target-uvector-subtag :basic-stream)))
     1539
    15371540(define-compiler-macro aref (&whole call a &rest subscripts &environment env)
    15381541  (let* ((ctype (if (nx-form-typep a 'array env)
Note: See TracChangeset for help on using the changeset viewer.