aboutsummaryrefslogtreecommitdiff
path: root/src/interp/category.boot.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-05 16:26:04 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-05 16:26:04 +0000
commit3410911228671da46f91d840be5a7c30ddad1ee4 (patch)
tree004897b3644ce57e0712bf483141f07ecf9cf6d8 /src/interp/category.boot.pamphlet
parent120ebd220126c88eabba95ba636a84a4c4886a68 (diff)
downloadopen-axiom-3410911228671da46f91d840be5a7c30ddad1ee4.tar.gz
* 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.
Diffstat (limited to 'src/interp/category.boot.pamphlet')
-rw-r--r--src/interp/category.boot.pamphlet6
1 files changed, 6 insertions, 0 deletions
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