diff liboctave/oct-inttypes.h @ 8202:cf59d542f33e

replace all TODOs and XXXs with FIXMEs
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 08 Oct 2008 20:00:25 +0200
parents 5fd507839b76
children ad5bb02d267a
line wrap: on
line diff
--- a/liboctave/oct-inttypes.h
+++ b/liboctave/oct-inttypes.h
@@ -270,7 +270,7 @@
       val = xround (val); // Fool optimizations (maybe redundant)
       // If val is even, but orig_val is odd, we're one unit off.
       if (orig_val % 2 && val / 2 == xround (val / 2))
-        // TODO: is this always correct?
+        // FIXME: is this always correct?
         val *= (static_cast<S>(1) - (std::numeric_limits<S>::epsilon () / 2)); 
       return val;
     }
@@ -534,7 +534,7 @@
       return ((x > 0) ? 1 : 0) - signbit (x); 
     }
 
-  // TODO: We do not have an authority what signed shifts should exactly do, so
+  // FIXME: We do not have an authority what signed shifts should exactly do, so
   // we define them the easy way. Note that Matlab does not define signed
   // shifts.
 
@@ -871,7 +871,7 @@
 xisnan (const octave_int<T>&)
 { return false; }
 
-// TODO: Can/should any of these be inline?
+// FIXME: Can/should any of these be inline?
 
 template <class T>
 extern OCTAVE_API octave_int<T>