From 3410911228671da46f91d840be5a7c30ddad1ee4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 5 Sep 2007 16:26:04 +0000 Subject: * Makefile.pamphlet (depsys_lisp_macro_sources): Remove bootfuns.lisp from the list. (OBJS): Likewise. (AXIOMsys_noncompiled_lisp_sources): Likewise. (${DEPSYS}): Don't depend on bootfuns. Don't load it. (bootfuns.$(FASLEXT)): Remove. * Makefile.in: Regenerate. * setq.lisp.pamphlet: Move to sys-globals.boot. * bootfuns.lisp.pamphlet: Remove. --- src/interp/category.boot.pamphlet | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/interp/category.boot.pamphlet') diff --git a/src/interp/category.boot.pamphlet b/src/interp/category.boot.pamphlet index 88c1c635..0dfa2b45 100644 --- a/src/interp/category.boot.pamphlet +++ b/src/interp/category.boot.pamphlet @@ -601,6 +601,12 @@ JoinInner(l,$e) == if pName and not member(pName,c) then c:= [pName,:c] $NewCatVec.4:= [c,FundamentalAncestors,CADDR $NewCatVec.4] mkCategory("domain",sigl,attl,globalDomains,$NewCatVec) + +Join(:l) == + e := + (not BOUNDP '$e) or null $e or $InteractiveMode => $CategoryFrame + $e + JoinInner(l, e) --ProduceDomainAlist(u,e) == -- -- Gives a complete Alist for all the functions in the Domain -- cgit v1.2.3