1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(Uniform Arrays): Added a FIXME warning

that the 1/3 prototype no longer works.
This commit is contained in:
Mikael Djurfeldt 2004-01-28 21:33:58 +00:00
parent 1264d33105
commit 328df3e3be
2 changed files with 7 additions and 0 deletions

View 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.

View 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