Changeset 10914 for trunk/source/level-1/l1-boot-lds.lisp
- Timestamp:
- Sep 29, 2008, 2:37:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/l1-boot-lds.lisp
r8914 r10914 33 33 (with-simple-restart (continue "Skip loading init file.") 34 34 (when (load init-file :if-does-not-exist nil :verbose nil) 35 #+clozure-common-lisp ;; Kludge to help people transition36 (when (equalp (pathname-name init-file) "openmcl-init")37 (warn ">>>>>> The use of openmcl-init.lisp is deprecated. Please rename your init file to ccl-init.lisp"))38 35 (return))))) 39 36 (flet ((eval-string (s)
Note: See TracChangeset
for help on using the changeset viewer.