# HG changeset patch # User jwe # Date 797449938 0 # Node ID dfbe354b8eb715bec37a4a84a6613223aeb13dbc # Parent 0586f95cd810879039a2eedf0e33d69ab8e2e11b [project @ 1995-04-09 17:52:18 by jwe] diff -r 0586f95cd810 -r dfbe354b8eb7 src/sysdep.h --- 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 /*