diff options
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r-- | src/interp/patches.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp index 0c651acf..ad744c3a 100644 --- a/src/interp/patches.lisp +++ b/src/interp/patches.lisp @@ -130,12 +130,6 @@ (defun /EF (&rest foo) (obey (concat "vi " (namestring (make-input-filename /EDITFILE))))) -(setq |$algebraOutputStream| - (setq |$fortranOutputStream| - (setq |$texOutputStream| - (setq |$formulaOutputStream| - (setq |conOutStream|'*standard-output*))))) - ;; non-interactive restarts... (defun restart0 () (compressopen);; set up the compression tables |