From a515d28771ec68ca5dfb324d8e5c857ddfec6e15 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 16 Jul 1998 22:21:06 +0000 Subject: [PATCH] * 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. --- libguile/unif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/unif.c b/libguile/unif.c index fd1d752b9..5cd9e0b28 100644 --- a/libguile/unif.c +++ b/libguile/unif.c @@ -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