Changeset 11165
- Timestamp:
- Oct 18, 2008, 7:51:09 PM (12 years ago)
- Location:
- trunk/source
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-boot-2.lisp
r11123 r11165 295 295 (bin-load-provide "EDIT-CALLERS" "edit-callers") 296 296 (bin-load-provide "DESCRIBE" "describe") 297 (bin-load-provide "LEAKS" "leaks") 297 298 (bin-load-provide "MCL-COMPAT" "mcl-compat") 298 299 (require "LOOP") -
trunk/source/lib/compile-ccl.lisp
r11163 r11165 205 205 edit-callers 206 206 describe 207 leaks 207 208 asdf 208 209 defsystem -
trunk/source/lib/systems.lisp
r10903 r11165 204 204 (linux-files "ccl:l1f;linux-files" ("ccl:level-1;linux-files.lisp")) 205 205 (source-files "ccl:bin;source-files" ("ccl:lib;source-files.lisp")) 206 (leaks "ccl:bin;leaks" ("ccl:library;leaks.lisp")) 206 207 207 208 (prepare-mcl-environment "ccl:bin;prepare-mcl-environment" ("ccl:lib;prepare-mcl-environment.lisp"))
Note: See TracChangeset
for help on using the changeset viewer.