Changeset 11880 for trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
- Timestamp:
- 05/16/09 09:02:21 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r11877 r11880 8019 8019 8020 8020 (descriptor (analyze-args compiland)) 8021 (execute-method -name (if (eq (compiland-kind compiland) :external)8022 "execute" "_execute"))8023 (execute-method (make-method :name execute-method-name8021 (execute-method (make-method :name (if (and *child-p* 8022 *closure-variables*) 8023 "_execute" "execute") 8024 8024 :descriptor descriptor)) 8025 8025 (*code* ()) … … 8234 8234 (if *closure-variables* 8235 8235 (progn 8236 (setf execute-method-name8237 (setf (method-name execute-method) "_execute"))8238 8236 (setf (method-name-index execute-method) 8239 8237 (pool-name (method-name execute-method)))
Note: See TracChangeset
for help on using the changeset viewer.