|
From: Vadim V. Z. <vv...@us...> - 2001-11-19 04:43:27
|
Update of /cvsroot/maxima/maxima-pre59/doc In directory usw-pr-cvs1:/tmp/cvs-serv12642 Modified Files: tests.lisp Log Message: gcl and gmp specific part put under feature conditional Index: tests.lisp =================================================================== RCS file: /cvsroot/maxima/maxima-pre59/doc/tests.lisp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tests.lisp 2001/05/18 08:57:06 1.6 --- tests.lisp 2001/11/19 04:43:24 1.7 *************** *** 8,12 **** ;(load (pathname "../src/trgsmp")) ! (si::set-gmp-allocate-relocatable t) (setf (get 'maxima::%cosh 'maxima::translated) t);;so that kill won't remprop. --- 8,12 ---- ;(load (pathname "../src/trgsmp")) ! #+gmp (si::set-gmp-allocate-relocatable t) (setf (get 'maxima::%cosh 'maxima::translated) t);;so that kill won't remprop. |