Changeset 12932 for trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
- Timestamp:
- 10/01/10 08:24:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r12918 r12932 809 809 (*current-code-attribute* code)) 810 810 (setf (code-max-locals code) 1) 811 (unless (eq super +lisp- primitive+)811 (unless (eq super +lisp-compiled-primitive+) 812 812 (multiple-value-bind 813 813 (req opt key key-p rest … … 877 877 +lisp-object+ +lisp-object+)))))) 878 878 (aload 0) ;; this 879 (cond ((eq super +lisp- primitive+)879 (cond ((eq super +lisp-compiled-primitive+) 880 880 (emit-constructor-lambda-name lambda-name) 881 881 (emit-constructor-lambda-list args) … … 7051 7051 (and *child-p* *closure-variables*)) 7052 7052 +lisp-compiled-closure+ 7053 +lisp- primitive+))7053 +lisp-compiled-primitive+)) 7054 7054 7055 7055 (setf (abcl-class-file-lambda-list class-file) args)
Note: See TracChangeset
for help on using the changeset viewer.