changeset 1385:152b9813cd63

[project @ 1995-09-13 08:36:31 by jwe]
author jwe
date Wed, 13 Sep 1995 08:36:31 +0000
parents 083787534e18
children 588cad732153
files src/arith-ops.cc
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/arith-ops.cc	Wed Sep 13 08:32:00 1995 +0000
+++ b/src/arith-ops.cc	Wed Sep 13 08:36:31 1995 +0000
@@ -41,7 +41,6 @@
 #include "xdiv.h"
 #include "xpow.h"
 
-#if defined (HAVE_ISINF) || (defined (HAVE_FINITE) && defined (HAVE_ISNAN))
 #define DIVIDE_BY_ZERO_ERROR \
   do \
     { \
@@ -49,15 +48,6 @@
         warning ("division by zero"); \
     } \
   while (0)
-#else
-#define DIVIDE_BY_ZERO_ERROR \
-  do \
-    { \
-      error ("division by zero attempted"); \
-      return tree_constant (); \
-    } \
-  while (0)
-#endif
 
 // But first, some stupid functions that don't deserve to be in the
 // Matrix class...