Changeset 11927
- Timestamp:
- 05/22/09 18:17:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r11926 r11927 8456 8456 :references-allowed-p 8457 8457 (not (sys:symbol-macro-p (cdr var))) 8458 :compiland NIL) *visible-variables*))) 8459 (when environment 8458 :compiland NIL) *visible-variables*)) 8460 8459 (dolist (fun (reverse (environment-all-functions environment))) 8461 8460 (push (make-local-function :name (car fun) … … 8464 8463 :environment environment) 8465 8464 *local-functions*))) 8466 ;; FIXME: we still need to add local functions, ofcourse.8467 8465 (handler-bind 8468 8466 ((compiler-unsupported-feature-error
Note: See TracChangeset
for help on using the changeset viewer.