Changeset 8431
- Timestamp:
- 01/31/05 17:28:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/compile-system.lisp
r8186 r8431 1 1 ;;; compile-system.lisp 2 2 ;;; 3 ;;; Copyright (C) 2004 Peter Graves4 ;;; $Id: compile-system.lisp,v 1.3 7 2004-11-21 18:18:18piso Exp $3 ;;; Copyright (C) 2004-2005 Peter Graves 4 ;;; $Id: compile-system.lisp,v 1.38 2005-01-31 17:28:17 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 78 78 (check-lisp-home) 79 79 (time 80 (let ((*default-pathname-defaults* (pathname *lisp-home*))) 80 (let ((*default-pathname-defaults* (pathname *lisp-home*)) 81 (*warn-on-redefinition* nil)) 81 82 (load (maybe-compile-file "precompiler.lisp")) 82 83 (load (maybe-compile-file "source-transform.lisp")) … … 90 91 "macros.lisp" 91 92 "loop.lisp")) 92 ;; (mapc #'maybe-compile-file '("pprint.lisp"93 ;; "format.lisp"))94 93 (load (maybe-compile-file "backquote.lisp")) 95 94 (load (maybe-compile-file "early-defuns.lisp"))
Note: See TracChangeset
for help on using the changeset viewer.