Changeset 13417
- Timestamp:
- Jan 28, 2010, 4:51:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/compile-ccl.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/compile-ccl.lisp
r13085 r13417 520 520 (defvar *ccl-save-source-locations* :no-text) 521 521 522 (defun rebuild-ccl (&key update full clean kernel force (reload t) exit reload-arguments verbose optional-features (save-source-locations *ccl-save-source-locations*)) 522 (defun rebuild-ccl (&key update full clean kernel force (reload t) exit 523 reload-arguments verbose optional-features 524 (save-source-locations *ccl-save-source-locations*) 525 allow-constant-redefinition) 523 526 (let* ((*build-time-optional-features* (intersection *known-optional-features* optional-features)) 524 527 (*features* (append *build-time-optional-features* *features*)) 525 (*save-source-locations* save-source-locations)) 528 (*save-source-locations* save-source-locations) 529 (*cerror-on-constant-redefinition* (not allow-constant-redefinition))) 526 530 (when *build-time-optional-features* 527 531 (setq full t))
Note:
See TracChangeset
for help on using the changeset viewer.
