diff liboctave/util/lo-ieee.h @ 21066:258c787cd9ce

maint: Use "FIXME:" consistently in code base. * file-editor-tab.h, mxarray.in.h, pr-output.cc, symtab.h, ov-bool-sparse.h, ov-bool.h, ov-float.h, ov-scalar.h, ov-str-mat.cc, oct-parse.in.yy, f77-fcn.h, lo-specfun.cc, randmtzig.c, randpoisson.c, lo-ieee.h, oct-rl-edit.c, sparse-util.h: Use "FIXME:" consistently in code base.
author Rik <rik@octave.org>
date Thu, 14 Jan 2016 07:02:41 -0800
parents f7084eae3318
children 1473547f50f5
line wrap: on
line diff
--- a/liboctave/util/lo-ieee.h	Thu Jan 14 06:20:28 2016 -0500
+++ b/liboctave/util/lo-ieee.h	Thu Jan 14 07:02:41 2016 -0800
@@ -45,8 +45,8 @@
 /* Octave's idea of not a number.  */
 #define octave_Float_NaN (lo_ieee_float_nan_value ())
 
-/* FIXME -- this code assumes that a double has twice the
-   number of bits as an int */
+/* FIXME: This code assumes that a double has twice the
+          number of bits as an int */
 
 typedef union
 {