aboutsummaryrefslogtreecommitdiff
path: root/src/interp/spad.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-29 02:28:09 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-29 02:28:09 +0000
commitc220d4d9a44a3828d96e55b1b1a0756d3acea9fe (patch)
tree095a41566dc0299676d32d7c9068d9b0e392652d /src/interp/spad.lisp
parent05f1dbf1e8564c316a4e0ed7146b4991162f8875 (diff)
downloadopen-axiom-c220d4d9a44a3828d96e55b1b1a0756d3acea9fe.tar.gz
* interp/sys-utility.boot (displayTextFile): New.
* interp/i-syscmd.boot (summary): Use it. (copyright): Likewise. * algebra/net.spad.pamphlet: Replace closeFile with closeStream. * boot/translator.boot: Likewise. * interp/as.boot: Likewise. * interp/ax.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise.
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r--src/interp/spad.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp
index b81fea44..02c9c87f 100644
--- a/src/interp/spad.lisp
+++ b/src/interp/spad.lisp
@@ -157,11 +157,6 @@
; SYSTEM COMMANDS
;************************************************************************
-(defun CLEARDATABASE () (|runCommand| "ERASE MODEMAP DATABASE"))
-
-(defun erase (FN FT)
- (|runCommand| (STRCONC "ERASE " (STRINGIMAGE FN) " " (STRINGIMAGE FT))))
-
(defun READLISP (UPPER_CASE_FG)
(let (v expr val )
(setq EXPR (READ-FROM-STRING
@@ -203,8 +198,6 @@
('T (/RQ-LIB)))
(|terminateSystemCommand|))
-(defun CPSAY (X) (let (n) (if (EQ 0 (setq N (|runCommand| X))) NIL (PRINT N))))
-
(defun |fin| ()
(SETQ *EOF* 'T)
(THROW 'SPAD_READER NIL))