summaryrefslogtreecommitdiff
path: root/bin86-0.3/bccfp/fperr.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin86-0.3/bccfp/fperr.h')
-rw-r--r--bin86-0.3/bccfp/fperr.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin86-0.3/bccfp/fperr.h b/bin86-0.3/bccfp/fperr.h
new file mode 100644
index 0000000..42d54fd
--- /dev/null
+++ b/bin86-0.3/bccfp/fperr.h
@@ -0,0 +1,14 @@
+/*
+ * bin86/bccfp/fperr.h
+ *
+ * Copyright (C) 1992 Bruce Evans
+ */
+
+/* fperr.h */
+
+#define EFDENORMAL 1
+#define EFINFINITY 2
+#define EFNAN 3
+#define EFOVERFLOW 4
+#define EFUNDERFLOW 5
+#define EFDIVZERO 6