diff src/sysdep.cc @ 4574:6cb22b9e3942

[project @ 2003-10-31 05:57:43 by jwe]
author jwe
date Fri, 31 Oct 2003 05:57:44 +0000
parents e606bf485c1c
children 3680bb30de0b
line wrap: on
line diff
--- a/src/sysdep.cc	Fri Oct 31 03:28:08 2003 +0000
+++ b/src/sysdep.cc	Fri Oct 31 05:57:44 2003 +0000
@@ -633,8 +633,8 @@
   oct_mach_info::float_format flt_fmt =
     oct_mach_info::native_float_format ();
 
-  return octave_value (flt_fmt == oct_mach_info::ieee_little_endian
-		       || flt_fmt == oct_mach_info::ieee_big_endian);
+  return octave_value (flt_fmt == oct_mach_info::flt_fmt_ieee_little_endian
+		       || flt_fmt == oct_mach_info::flt_fmt_ieee_big_endian);
 }
 
 DEFUN (tilde_expand, args, ,