guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: array? not working since long time


From: Marius Vollmer
Subject: Re: array? not working since long time
Date: Tue, 19 Oct 2004 19:23:25 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Roland Orre <address@hidden> writes:

> The predicate (array? arg) hasn't been working for long time. 
> E.g:
> (array? 'hi)
> #t
> (array? '(list))
> #t

Yep, thanks, I fixed this.

   2004-10-19  Marius Vollmer  <address@hidden>

        * unif.c (scm_array_p): When no prototype is given, explicitely
        test for allowable types, do not simply return true.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]