Changeset 445


Ignore:
Timestamp:
Jan 31, 2004, 6:53:30 PM (21 years ago)
Author:
Gary Byers
Message:

PARSE-DEFGENERIC fix from Bryan O'Connor.

File:
1 edited

Legend:

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

    r419 r445  
    17591759        (push `(:method-class ,method-class) (cddr m))))
    17601760    (when declarations
    1761       (setq options `((:declarations ,declarations ,@options))))
     1761      (setq options `((:declarations ,declarations) ,@options)))
    17621762    (values method-combination generic-function-class options methods)))
    17631763
Note: See TracChangeset for help on using the changeset viewer.