Changeset 276


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

STRUCTURE isn't a type specifier; STRUCTURE-OBJECT is. Use the right one
in COPY-STRUCTURE.

File:
1 edited

Legend:

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

    r119 r276  
    279279
    280280(defun copy-structure (source)
    281   (copy-uvector (require-type source 'structure)))
     281  (copy-uvector (require-type source 'structure-object)))
    282282
    283283(provide 'defstruct)
Note: See TracChangeset for help on using the changeset viewer.