summaryrefslogtreecommitdiff
path: root/tests/tui_div.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-14 11:53:15 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-14 11:53:15 +0000
commit3732ccaa32f730091eaf19d72c917d75063235a2 (patch)
treea4871fd8991caec25ceacf703de586058d29411f /tests/tui_div.c
parent364f95db88524d6b26aaca2220736626f805a934 (diff)
downloadmpfr-3732ccaa32f730091eaf19d72c917d75063235a2.tar.gz
ifdef IRIX64 -> ifdef __mips
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@696 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tui_div.c')
-rw-r--r--tests/tui_div.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c
index e27bb6640..adf7b719b 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -25,7 +25,7 @@ MA 02111-1307, USA. */
#include "gmp.h"
#include "mpfr.h"
#include "mpfr-impl.h"
-#ifdef IRIX64
+#ifdef __mips
#include <sys/fpu.h>
#endif
@@ -62,7 +62,7 @@ int main(argc,argv) int argc; char *argv[];
{
#ifdef TEST
double x; unsigned long y, N; int i,rnd_mode,rnd;
-#ifdef IRIX64
+#ifdef __mips
/* to get denormalized numbers on IRIX64 */
union fpc_csr exp;
exp.fc_word = get_fpc_csr();