aboutsummaryrefslogtreecommitdiff
path: root/mconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'mconf.h')
-rw-r--r--mconf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mconf.h b/mconf.h
index 063158e..04c4278 100644
--- a/mconf.h
+++ b/mconf.h
@@ -99,11 +99,12 @@ Copyright 1984, 1987, 1989, 1995 by Stephen L. Moshier
#define UNDERFLOW 4 /* underflow range error */
#define TLOSS 5 /* total loss of precision */
#define PLOSS 6 /* partial loss of precision */
-#endif
+#endif
#define EDOM 33
#define ERANGE 34
/* Complex numeral. */
+#if 0
typedef struct
{
double r;
@@ -118,7 +119,7 @@ typedef struct
long double i;
} cmplxl;
#endif
-
+#endif
/* Type of computer arithmetic */