aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-15 21:06:13 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-15 21:06:13 +0000
commite906f65eed9a56f414d8dea0716acc03ddc6c8f0 (patch)
tree2d188b1445b24a79c42e6708cd9cd5148104ee51 /src/interp/patches.lisp
parent6c32bd875a857d1ff44ad9b8b555032c4be86cc6 (diff)
downloadopen-axiom-e906f65eed9a56f414d8dea0716acc03ddc6c8f0.tar.gz
* interp/compiler.boot: Import "msgdb", not "c-util". Move
compiler driver to i-syscmd.boot. * interp/define.boot: Import "nruncomp", "functor", "package". * interp/wi2.boot (NRTgetLocalIndex): Remove duplicate.
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 2c25a1fd..e6d206ba 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -117,8 +117,6 @@
(defun SHAREDITEMS (x) T) ;;checked in history code
-(define-function '|eval| #'eval)
-
(defun GETZEROVEC (n) (MAKE-ARRAY n :initial-element 0))
(defun READSPADEXPR ()