diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-04 19:14:22 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-04 19:14:22 +0000 |
commit | 6c9193053770172afdd6bb0dc39881f934f06724 (patch) | |
tree | e02ba4792ee1c86f36b9821908a2f74d63f6e526 /src | |
parent | 0cd308630a5760fd4b6b2740ada3774a59585099 (diff) | |
download | open-axiom-6c9193053770172afdd6bb0dc39881f934f06724.tar.gz |
* interp/clam.boot (compHash): Use compQuietly in lieu of
compileInteractive.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/interp/clam.boot | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8adca31f..4b301309 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2012-05-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/clam.boot (compHash): Use compQuietly in lieu of + compileInteractive. + +2012-05-04 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lisp-backend.boot (assembleCode): New. * interp/c-util.boot (backendCompileSPADSLAM): Use it. (backendCompile2): Likewise. 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 |