Mercurial > hg > octave-lyh
comparison src/pr-output.cc @ 3538:0ff7323dab8b
[project @ 2000-02-02 12:36:25 by jwe]
author | jwe |
---|---|
date | Wed, 02 Feb 2000 12:36:37 +0000 |
parents | b80bbb43a1a9 |
children | ab7fa5a8f23f |
comparison
equal
deleted
inserted
replaced
3537:0985659e78d3 | 3538:0ff7323dab8b |
---|---|
973 oct_mach_info::float_format flt_fmt = | 973 oct_mach_info::float_format flt_fmt = |
974 oct_mach_info::native_float_format (); | 974 oct_mach_info::native_float_format (); |
975 | 975 |
976 char ofill = os.fill ('0'); | 976 char ofill = os.fill ('0'); |
977 | 977 |
978 ios::fmtflags oflags = os.setf (ios::right); | 978 std::ios::fmtflags oflags = os.setf (std::ios::right); |
979 os.setf (ios::hex, ios::basefield); | 979 os.setf (std::ios::hex, std::ios::basefield); |
980 | 980 |
981 if (hex_format > 1 | 981 if (hex_format > 1 |
982 || flt_fmt == oct_mach_info::ieee_big_endian | 982 || flt_fmt == oct_mach_info::ieee_big_endian |
983 || flt_fmt == oct_mach_info::cray | 983 || flt_fmt == oct_mach_info::cray |
984 || flt_fmt == oct_mach_info::unknown) | 984 || flt_fmt == oct_mach_info::unknown) |