chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Bug in the easy FFI parser


From: Thomas Chust
Subject: [Chicken-users] Bug in the easy FFI parser
Date: Wed, 15 Dec 2004 18:54:12 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040918)

Hello,

I think, I've run into a bug in CHICKEN's easy FFI parser: If a function parameter is declared as a double *, the easy FFI parser transforms this into a (pointer double), not a f64vector. A float * on the other hand is translated to a f32vector type. The latter behaviour is what the documentation says should happen for both floats and doubles.

Ciao,
Thomas




reply via email to

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