aboutsummaryrefslogtreecommitdiff
path: root/src/interp/slam.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-29 05:35:32 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-29 05:35:32 +0000
commit3e326898dae226b97b4234ae45bf0eb2620176ec (patch)
tree5398f0dcc19d3cfbcaa801d25483b25d13515c49 /src/interp/slam.boot
parentebb11deb4ae269704cb19bc64714a862497a8eb6 (diff)
downloadopen-axiom-3e326898dae226b97b4234ae45bf0eb2620176ec.tar.gz
Add DB parameter to middle end functions.
Diffstat (limited to 'src/interp/slam.boot')
-rw-r--r--src/interp/slam.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot
index d854a76d..7ee0d05d 100644
--- a/src/interp/slam.boot
+++ b/src/interp/slam.boot
@@ -407,7 +407,7 @@ compQuietly fn ==
$backend: local :=
$compileDontDefineFunctions => "COMPILE-DEFUN"
"EVAL-DEFUN"
- quietlyIfInteractive backendCompile fn
+ quietlyIfInteractive backendCompile(nil,fn)
clearAllSlams x ==
fn(x,nil) where