Mercurial > hg > octave-lyh
diff liboctave/oct-inttypes.cc @ 8333:9238637cb81c
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 18 Nov 2008 11:14:31 -0500 |
parents | c374691576f6 |
children | ee3446ca6157 |
line wrap: on
line diff
--- a/liboctave/oct-inttypes.cc +++ b/liboctave/oct-inttypes.cc @@ -194,7 +194,7 @@ // Essentially, what we do is compute sign, multiply absolute values // (as above) and impose the sign. - // FIXME: Can we do something faster if we HAVE_FAST_INT_OPS? + // FIXME -- can we do something faster if we HAVE_FAST_INT_OPS? uint64_t usx = octave_int_abs (x), usy = octave_int_abs (y); bool positive = (x < 0) == (y < 0);