Changeset 5549


Ignore:
Timestamp:
Nov 10, 2006, 2:46:58 AM (18 years ago)
Author:
Gary Byers
Message:

TYPE typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/x862.lisp

    r5537 r5549  
    78197819         (keyword (and atype
    78207820                       (let* ((dims (array-ctype-dimensions atype)))
    7821                          (and (type dims 'list)
     7821                         (and (typep dims 'list)
    78227822                              (= 2 (length dims))))
    78237823                       (not (array-ctype-complexp atype))
Note: See TracChangeset for help on using the changeset viewer.