1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* unif.c: Say that ivect and uvect are of type signed and unsigned

long instead of int in commentary so that it correctly describes
the implementation.
This commit is contained in:
Mikael Djurfeldt 1998-07-16 22:21:06 +00:00
parent cd51f30d81
commit a515d28771

View file

@ -62,8 +62,8 @@
* unsigned char string
* char byvect
* boolean bvect
* signed int ivect
* unsigned int uvect
* signed long ivect
* unsigned long uvect
* float fvect
* double dvect
* complex double cvect