Changeset 11811 for trunk/abcl/src/org/armedbear/lisp/compile-file.lisp
- Timestamp:
- 05/01/09 20:43:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compile-file.lisp
r11810 r11811 315 315 (note-toplevel-form form) 316 316 (let ((new-form (convert-toplevel-form form))) 317 ;; The converted form depends on the loader 318 ;; but since we don't own the loader here, 319 ;; we'll dump the converted form and eval 320 ;; the original one (which won't depend on the loader 321 ;; because it doesn't contain a compiled function) 317 322 (when (consp new-form) 318 323 (dump-form new-form stream)
Note: See TracChangeset
for help on using the changeset viewer.