diff liboctave/chNDArray.cc @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 4c8a2e4e0717
children ae09df27153f
line wrap: on
line diff
--- a/liboctave/chNDArray.cc	Mon Apr 24 17:45:31 2006 +0000
+++ b/liboctave/chNDArray.cc	Mon Apr 24 19:13:11 2006 +0000
@@ -32,7 +32,7 @@
 #include "lo-ieee.h"
 #include "lo-mappers.h"
 
-// XXX FIXME XXX -- this is not quite the right thing.
+// FIXME -- this is not quite the right thing.
 
 boolNDArray
 charNDArray::all (int dim) const
@@ -78,7 +78,7 @@
 	  octave_idx_type ival = NINTbig (d);
 
 	  if (ival < 0 || ival > UCHAR_MAX)
-	    // XXX FIXME XXX -- is there something
+	    // FIXME -- is there something
 	    // better we could do? Should we warn the user?
 	    ival = 0;