aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-special.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-28 06:19:28 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-28 06:19:28 +0000
commit11d248ec080ec30cecf1f89f1e59db8e1aa33565 (patch)
treee066e8b85265abd4821fec178334ebc144cfff9b /src/interp/i-special.boot
parentfe6bf754bbe988a95e93b418f5a15f0c4244a493 (diff)
downloadopen-axiom-11d248ec080ec30cecf1f89f1e59db8e1aa33565.tar.gz
Add DB parameter to more compiler functions
Diffstat (limited to 'src/interp/i-special.boot')
-rw-r--r--src/interp/i-special.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-special.boot b/src/interp/i-special.boot
index 1980d4ad..be7776e2 100644
--- a/src/interp/i-special.boot
+++ b/src/interp/i-special.boot
@@ -2455,7 +2455,7 @@ up%Import t ==
t isnt [.,:types] => nil
-- ??? shall we error in case types is nil?
for x in types repeat
- $e := addDomain(devaluate objVal getValue x,$e)
+ $e := addDomain(nil,devaluate objVal getValue x,$e)
setValueToVoid t
--% Macro handling