diff liboctave/lo-ieee.h @ 5388:7099eb9841b4

[project @ 2005-06-14 20:04:31 by jwe]
author jwe
date Tue, 14 Jun 2005 20:04:31 +0000
parents 4c8a2e4e0717
children 25c8956d2204
line wrap: on
line diff
--- a/liboctave/lo-ieee.h
+++ b/liboctave/lo-ieee.h
@@ -37,6 +37,9 @@
 /* Octave's idea of not a number.  */
 extern double octave_NaN;
 
+/* XXX FIXME XXX -- this code assumes that a double has twice the
+   number of bits as an int */
+
 extern int lo_ieee_hw;
 extern int lo_ieee_lw;