Mercurial > hg > octave-nkf
comparison libinterp/corefcn/ls-oct-binary.cc @ 17861:870f3e12e163
maint: Use phrase "FIXME:" for problem areas in code.
* libinterp/corefcn/betainc.cc, libinterp/corefcn/bitfcns.cc,
libinterp/corefcn/display.cc, libinterp/corefcn/gammainc.cc,
libinterp/corefcn/gl2ps-renderer.cc, libinterp/corefcn/graphics.cc,
libinterp/corefcn/load-save.cc, libinterp/corefcn/ls-hdf5.cc,
libinterp/corefcn/ls-mat5.cc, libinterp/corefcn/ls-oct-binary.cc,
libinterp/corefcn/luinc.cc, libinterp/corefcn/mex.cc,
libinterp/corefcn/regexp.cc, libinterp/corefcn/sighandlers.cc,
libinterp/corefcn/sparse-xpow.cc, libinterp/corefcn/urlwrite.cc,
libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc,
libinterp/dldfcn/__magick_read__.cc, libinterp/dldfcn/chol.cc,
libinterp/octave-value/ov-bool-sparse.cc,
libinterp/octave-value/ov-fcn-inline.cc,
libinterp/octave-value/ov-flt-re-mat.cc, libinterp/octave-value/ov-re-mat.cc,
libinterp/octave-value/ov-str-mat.cc, libinterp/parse-tree/lex.ll,
liboctave/numeric/SparseCmplxQR.cc, liboctave/numeric/SparseQR.cc,
liboctave/numeric/sparse-dmsolve.cc, liboctave/util/lo-utils.cc,
liboctave/util/sparse-util.cc, liboctave/util/url-transfer.cc:
maint: Use phrase "FIXME:" for problem areas in code.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 06 Nov 2013 11:42:35 -0800 |
parents | d63878346099 |
children | 4197fc428c7d |
comparison
equal
deleted
inserted
replaced
17860:93edd282a2bc | 17861:870f3e12e163 |
---|---|
203 tc = octave_value_typeinfo::lookup_type ("complex matrix"); | 203 tc = octave_value_typeinfo::lookup_type ("complex matrix"); |
204 break; | 204 break; |
205 | 205 |
206 case 5: | 206 case 5: |
207 { | 207 { |
208 // FIXMEX | 208 // FIXME: |
209 // This is cruft, since its for a save type that is old. Maybe | 209 // This is cruft, since its for a save type that is old. Maybe |
210 // this is taking backward compatability too far!! | 210 // this is taking backward compatability too far!! |
211 int32_t len; | 211 int32_t len; |
212 if (! is.read (reinterpret_cast<char *> (&len), 4)) | 212 if (! is.read (reinterpret_cast<char *> (&len), 4)) |
213 goto data_read_error; | 213 goto data_read_error; |