aboutsummaryrefslogtreecommitdiff
path: root/src/interp/slam.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-29 15:34:35 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-29 15:34:35 +0000
commit9302bb2272f4e90b057548afe7c406f52b773e62 (patch)
tree03cc11710bd9cb265cf566d24e64b9aa80b1dcbe /src/interp/slam.boot
parent2b324bcfd116749f4966dd1948f0d9bf7b4a0033 (diff)
downloadopen-axiom-9302bb2272f4e90b057548afe7c406f52b773e62.tar.gz
Simplify backend functions
Diffstat (limited to 'src/interp/slam.boot')
-rw-r--r--src/interp/slam.boot6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot
index 7ee0d05d..d1ef7b3c 100644
--- a/src/interp/slam.boot
+++ b/src/interp/slam.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2012, Gabriel Dos Reis.
+-- Copyright (C) 2007-2013, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -404,9 +404,7 @@ compileInteractive fn ==
++ Subroutine of compileInteractive.
compQuietly fn ==
- $backend: local :=
- $compileDontDefineFunctions => "COMPILE-DEFUN"
- "EVAL-DEFUN"
+ $backend: local := function evaluateLispDefinition
quietlyIfInteractive backendCompile(nil,fn)
clearAllSlams x ==