chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] bug in build 1064


From: felix
Subject: Re: [Chicken-users] bug in build 1064
Date: Tue, 2 Jul 2002 09:07:34 +0200

> Conclusion:
>
> Now, upon careful reading of the manual, I now know that void can't be
used
> as an argument type, so the function should be decalred like this:
> (define mpf_get_default_prec
>     (foreign-lambda unsigned-long "mpf_get_default_prec"))

Right.

>
> However, I had gotten the compiler to go into an infinite loop.
>

Yep. It tries to resolve foreign type specifiers, so it resolves `void'
to `void' to `void', and so on.

Thanks. I will fix that.


cheers,
felix





reply via email to

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