guile-devel
[Top][All Lists]
Advanced

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

Re: bug in scm_arrray_handle_[srfi tag]_elements


From: Daniel Llorens del Río
Subject: Re: bug in scm_arrray_handle_[srfi tag]_elements
Date: Tue, 12 Jan 2010 01:54:41 +0100


On 12 Jan, 2010, at 0:49, Daniel Llorens del Río wrote:

- return h- >elements; \ + return ((const ctype*) h->elements) + h- >base; \

I wrote it this way at first, too, but it doesn't work for c32/c64 because ctype for those is float/double.

Or maybe hardcode the sizes in the macro call, it's not like they are not already in two places.

Regards,

        Daniel.



reply via email to

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