Changeset 13471


Ignore:
Timestamp:
08/12/11 20:07:01 (12 years ago)
Author:
ehuelsmann
Message:

LOCAL-FUNCTION has a 'compiland' field now, no CLASS-FILE anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r13470 r13471  
    41614161                         (declare-local-function
    41624162                          (make-local-function
    4163                            :class-file (compiland-class-file compiland)))
     4163                           :compiland compiland))
    41644164                         +lisp-object+)))))
    41654165  (cond ((null *closure-variables*))    ; Nothing to do.
Note: See TracChangeset for help on using the changeset viewer.