Changeset 14164


Ignore:
Timestamp:
10/04/12 18:57:54 (11 years ago)
Author:
ehuelsmann
Message:

Fix CL-ROUTES (ROUTES system) regression by fixing

DEFMETHOD &AUX parameters to be no longer ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/clos.lisp

    r14158 r14164  
    19841984            (&aux
    19851985             ;; &aux comes last; any other previous state is fine
    1986              (setq state :parsing-aux)))
     1986             (setq state '&aux)))
    19871987          (case state
    19881988            (:required
Note: See TracChangeset for help on using the changeset viewer.