(Uniform Arrays): Added a FIXME warning
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 28 Jan 2004 21:33:58 +0000 (21:33 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 28 Jan 2004 21:33:58 +0000 (21:33 +0000)
that the 1/3 prototype no longer works.

doc/ref/ChangeLog
doc/ref/scheme-compound.texi

index 733eaee..671df49 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-28  Mikael Djurfeldt  <mdj@chunk.mit.edu>
+
+       * scheme-compound.texi (Uniform Arrays): Added a FIXME warning
+       that the 1/3 prototype no longer works.
+
 2004-01-23  Marius Vollmer  <mvo@zagadka.de>
 
        * Makefile.am (guile_TEXINFOS): Added fdl.texi.
index e81d97a..5137ecf 100644 (file)
@@ -1514,6 +1514,8 @@ prototype           type                       printing character
 'l             signed long long (integer)              l
 1.0            float (single precision)                s
 1/3            double (double precision float)         i
+[FIXME: This (1/3) no longer works due to the
+ new support for rational numbers.]
 0+i            complex (double precision)              c
 ()             conventional vector
 @end example