From 4f6ead3097764627b4ec2963df1f63af12b6e9d8 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 8 Sep 2011 01:10:37 +0000 Subject: * interp/sys-globals.boot ($clamList): Do not include hasFileProperty. * interp/database.boot (loadDBIfnecessary): Tidy. * interp/clammed.boot (hasFileProperty): Remove as unused. * interp/lisplib.boot (putFileProperty): Likewise. (getLisplib): Likewise. (getLisplibNoCache): Likewise. (getFileProperty): Likewise. (hasfilePropertyNoCache): Likewise. (unInstantiate): Likewise. (killNestedInstantiations): Likewise. (isNestedInstantiations): Likewise. (loadFunctor): Likewise. (getLisplibVersion): Likewise. (Operators): Likewise. (compDefineLisplib): Don't LOCALDATABASE if building system algebra. --- src/interp/trace.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/trace.boot') diff --git a/src/interp/trace.boot b/src/interp/trace.boot index ab1890b5..9d079469 100644 --- a/src/interp/trace.boot +++ b/src/interp/trace.boot @@ -536,7 +536,7 @@ traceDomainConstructor(domainConstructor,options) == -- Trace all domains built with the given domain constructor, -- including all presently instantiated domains, and all future -- instantiations, while domain constructor is traced. - loadFunctor domainConstructor + loadLibIfNotLoaded domainConstructor listOfLocalOps := getOption("LOCAL",options) if listOfLocalOps then traceDomainLocalOps(domainConstructor,listOfLocalOps, -- cgit v1.2.3