Changeset 114


Ignore:
Timestamp:
Dec 12, 2003, 3:26:57 PM (21 years ago)
Author:
Gary Byers
Message:

COMPLEX-ARRAY, DISPLACED-ARRAY aren't type specifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-pred.lisp

    r78 r114  
    151151      (not (%array-header-simple-p x)))))
    152152
    153 (setf (type-predicate 'complex-array) 'complex-array-p)
    154 
    155153(defun simple-array-p (thing)
    156154  "Returns T if the object is a simple array, else returns NIL.
     
    209207    (values nil 0)))
    210208
    211 (setf (type-predicate 'displaced-array) 'displaced-array-p)
    212209
    213210
Note: See TracChangeset for help on using the changeset viewer.