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:
parent
cd51f30d81
commit
a515d28771
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue