changeset 1223:dfbe354b8eb7

[project @ 1995-04-09 17:52:18 by jwe]
author jwe
date Sun, 09 Apr 1995 17:52:18 +0000
parents 0586f95cd810
children cb2cd18010d1
files src/sysdep.h
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.h	Sun Apr 09 17:47:26 1995 +0000
+++ b/src/sysdep.h	Sun Apr 09 17:52:18 1995 +0000
@@ -43,6 +43,19 @@
 // Octave's idea of not a number.
 extern double octave_NaN;
 
+enum floating_point_format
+  {
+    OCTAVE_IEEE_LITTLE,
+    OCTAVE_IEEE_BIG,
+    OCTAVE_VAX_D,
+    OCTAVE_VAX_G,
+    OCTAVE_CRAY,
+    OCTAVE_UNKNOWN_FLT_FMT,
+  };
+
+// The floating point format on this system.
+extern floating_point_format native_float_format;
+
 #endif
 
 /*