3
(setf (symbol-function 'ferror) (symbol-function 'merror))
4
(setf (symbol-function 'zl-listp) (symbol-function 'listp))
7
;; (format t "~%The functions ~/maxima::tilde-q-fsh/ are inverses"
8
;; (st-rat #$[x+1,1/(x+1)]$))
9
;; should print: The functions x+1 and 1/(x+1) are inverses
11
;; See the last part of polyb for the definition of FSH.
13
(defun tilde-q-fsh (stream arg colonp at-p) ;atp is special...
14
(declare (ignore colonp at-p))
17
;;; compat.lisp ends here