aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-12 21:56:59 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-12 21:56:59 +0000
commit3754c6cdee8dd5edb423aae713089ecd328e443c (patch)
tree071c27beb0632a2d2c1c2bc61aef1dbc3ec3b7f9 /src/interp/nruncomp.boot
parent9736d99286e94d7ed77109268ab141949c9c9037 (diff)
downloadopen-axiom-3754c6cdee8dd5edb423aae713089ecd328e443c.tar.gz
* define.boot (compDefineFunctor1): Don't set $NRTbase here.
* nruncomp.boot ($NRTbase): Define as a constant. * setq.lisp: Don't set it.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index b732ece8..8321baf2 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -36,6 +36,13 @@ import '"c-util"
import '"simpbool"
)package "BOOT"
+
+++ The base index for encoding items into a functor template
+++ (e.g. domainShell). This is also the minimum length that a
+++ template could possibly have.
+$NRTbase ==
+ 6
+
++
$devaluateList := []
$functorLocalParameters := []