aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-25 01:24:19 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-25 01:24:19 +0000
commit7ffa34642e7d2671da8664936befb5fcd78c37c0 (patch)
tree988effba4da1f43daa9b40a78e87dd7c844909a9 /src/interp/patches.lisp
parentea2ea538c6a308bfc1ca17142ad3e272f5758e80 (diff)
downloadopen-axiom-7ffa34642e7d2671da8664936befb5fcd78c37c0.tar.gz
* interp/br-saturn.boot ($saturn): Define here.
* interp/br-search.boot: Remove $saturn-related codes. * interp/g-error.boot: Likewise. * interp/ht-root.boot: Likewise. * interp/ht-util.boot: Likewise. * interp/i-output.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/patches.lisp: Likewise.
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 958fcda4..a67c10c3 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -37,14 +37,6 @@
(in-package "BOOT")
;;patches for now
-;; browser stuff:
-;; gdr NOTES: it is WRONG to test for platforms, when in fact
-;; gdr NOTES: one should test for functionalities.
-#+:UNIX (defvar |$standard| 't)
-#-:UNIX (defvar |$standard| 'nil)
-#+(or :UNIX :winnt) (defvar |$saturn| 'nil)
-#-(or :UNIX :winnt) (defvar |$saturn| 't)
-
(defun CATCHALL (a &rest b) a) ;; not correct but ok for now
(defvar |$demoFlag| nil)