Ignore:
Timestamp:
06/21/10 21:58:29 (13 years ago)
Author:
ehuelsmann
Message:

Work-in-progress commit: saving current state;
no real functional changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generic-class-file/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r12749 r12764  
    17521752  descriptor-index)
    17531753
    1754 (defstruct (java-method (:conc-name method-) (:constructor %make-method))
    1755   access-flags
    1756   name
    1757   descriptor
     1754(defstruct (java-method (:include method)
     1755                        (:conc-name method-)
     1756                        (:constructor %make-method))
    17581757  name-index
    17591758  descriptor-index
     
    49064905  `(let* ((,pathname (make-temp-file))
    49074906    (,class-file (make-class-file :pathname ,pathname
    4908                :lambda-list ,lambda-list)))
     4907                                             :lambda-list ,lambda-list)))
    49094908     (unwind-protect
    49104909    (progn ,@body)
Note: See TracChangeset for help on using the changeset viewer.