aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
commite669075246f815bf20b66bc57873c0cf27ac20b0 (patch)
treece1ff0517b15aed8d84899860103364e3a11a10a /src/interp/patches.lisp
parent8aa35f143d2cdb6df3bfd1c7b466a07bd84cd464 (diff)
downloadopen-axiom-e669075246f815bf20b66bc57873c0cf27ac20b0.tar.gz
daily bump
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 5f68687b..6d599002 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -371,17 +371,6 @@
;; (|xdrRead| xfoo (make-array 10 :element-type 'long-float ))
;; (setq *print-array* NIL)
-;; clearParserMacro has problems as boot code (package notation)
-;; defined here in Lisp
-;;--------------------> NEW DEFINITION (see i-syscmd.boot.pamphlet)
-(DEFUN |clearParserMacro| (|macro|)
- (PROG ()
- (RETURN (COND
- ((NULL (IFCDR (|assoc| |macro| |$pfMacros|))) NIL)
- ((QUOTE T) (SPADLET |$pfMacros|
- (REMALIST |$pfMacros| |macro|)))))))
-;
-
(setq /MAJOR-VERSION 2)
(setq echo-meta nil)
(defun /versioncheck (n) (unless (= n /MAJOR-VERSION) (throw 'versioncheck -1)))