aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-29 00:23:23 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-29 00:23:23 +0000
commit79900718a4de54668c6ed6357453480c17b00168 (patch)
tree385f66752b47948519d414975957e351145c56eb /src/interp/nruncomp.boot
parent0c79bf08a243116545f78251958abc61377f1ed3 (diff)
downloadopen-axiom-79900718a4de54668c6ed6357453480c17b00168.tar.gz
* interp/nruncomp.boot (mkDomainCatName): Remove.
* interp/daase.lisp (DATABSE): Add new field TEMPLATE. (dbTemplate): New macro accessor. * interp/clam.boot (clearCategoryCaches): Clear dbTemplate. * interp/define.boot (DomainSubstitutionFunction): Generate code to access or set dbTemplate.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 74486621..5c659091 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -577,8 +577,6 @@ NRTcheckVector domainShell ==
alist := [[first v,:vectorRef($SetFunctions,i)],:alist]
alist
-mkDomainCatName id == makeSymbol strconc(id,'";CAT")
-
NRTsetVector4Part1(siglist,formlist,condlist) ==
$uncondList: local := nil
$condList: local := nil