Changeset 4910
- Timestamp:
- Jul 25, 2006, 2:48:03 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/optimizers.lisp
r4137 r4910 1535 1535 `(eql (typecode ,n) ,(nx-lookup-target-uvector-subtag :macptr))) 1536 1536 1537 (define-compiler-macro basic-stream-p (n) 1538 `(eql (typecode ,n) ,(nx-lookup-target-uvector-subtag :basic-stream))) 1539 1537 1540 (define-compiler-macro aref (&whole call a &rest subscripts &environment env) 1538 1541 (let* ((ctype (if (nx-form-typep a 'array env)
Note:
See TracChangeset
for help on using the changeset viewer.
