aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-04 19:14:22 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-04 19:14:22 +0000
commit6c9193053770172afdd6bb0dc39881f934f06724 (patch)
treee02ba4792ee1c86f36b9821908a2f74d63f6e526 /src/interp
parent0cd308630a5760fd4b6b2740ada3774a59585099 (diff)
downloadopen-axiom-6c9193053770172afdd6bb0dc39881f934f06724.tar.gz
* interp/clam.boot (compHash): Use compQuietly in lieu of
compileInteractive.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/clam.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/clam.boot b/src/interp/clam.boot
index e5d2f4ec..02b3fa06 100644
--- a/src/interp/clam.boot
+++ b/src/interp/clam.boot
@@ -237,7 +237,7 @@ compHash(op,argl,body,cacheNameOrNil,eqEtc,countFl) ==
computeFunction:= [auxfn,['LAMBDA,argl,:body]]
-- compile generated function stub
- compileInteractive mainFunction
+ compQuietly [mainFunction]
-- compile main body: this has already been compTran'ed
if $reportCompilation then