Mercurial > hg > octave-nkf
diff src/sysdep.h @ 1223:dfbe354b8eb7
[project @ 1995-04-09 17:52:18 by jwe]
author | jwe |
---|---|
date | Sun, 09 Apr 1995 17:52:18 +0000 |
parents | 0af307affbc6 |
children | 611d403c7f3d |
line wrap: on
line diff
--- a/src/sysdep.h +++ b/src/sysdep.h @@ -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 /*