- Timestamp:
- 06/21/10 21:58:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generic-class-file/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r12749 r12764 1752 1752 descriptor-index) 1753 1753 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)) 1758 1757 name-index 1759 1758 descriptor-index … … 4906 4905 `(let* ((,pathname (make-temp-file)) 4907 4906 (,class-file (make-class-file :pathname ,pathname 4908 4907 :lambda-list ,lambda-list))) 4909 4908 (unwind-protect 4910 4909 (progn ,@body)
Note: See TracChangeset
for help on using the changeset viewer.