From b1e0367cb4bf149450f325beb40be5fd6c0e5482 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 17 Aug 2008 19:32:06 +0000 Subject: * interp/sys-globals.boot ($updateCatTableIfTrue): Default to false. * interp/sys-driver.boot (AxiomCore::%sysInit): Have ECL quiet. (initializeGlobalState): Initialize new world states. * interp/define.boot (compDefine): Tidy. (compDefineCategory2): Explicitly initialize $TOP_LEVEL and $definition. * interp/daase.lisp (|fillDatabasesInCore|): Use $buildingSystemAlgebra. * interp/compiler.boot (compMakeDeclaration): Explicitly initialize $insideExpressionIfTrue. * boot/translator.boot (AxiomCore::%sysInit): Supper GCL and ECL compiler notes, but ask for warning. --- src/lisp/core.lisp.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lisp') diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in index c3008c95..d9ea0578 100644 --- a/src/lisp/core.lisp.in +++ b/src/lisp/core.lisp.in @@ -140,6 +140,9 @@ ;; -*- Hosting Lisp System -*- ;; +(eval-when (:compile-toplevel :load-toplevel :execute) + (setq *load-verbose* nil)) + ;; True means that the base Lisp system uses conventional C-style ;; program linking model, whereby programs are constructed by linking ;; separately compiled units. By constrast, many Lisp systems build -- cgit v1.2.3