chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] C_word type / Cython (warning: passing argument 2 fr


From: David Dreisigmeyer
Subject: Re: [Chicken-users] C_word type / Cython (warning: passing argument 2 from incompatible pointer type)
Date: Sat, 12 Feb 2011 07:47:09 -0500

Thanks Felix,

Mt question wasn't clear.  What about C_word's use here:

int CHICKEN_eval_string (char *str, C_word *result)

Wouldn't this be able to return arbitrary results?  I was thinking
that this is like CHICKEN_eval_string_to_string except an actual
scheme expression is returned instead of a string.


On Sat, Feb 12, 2011 at 5:11 AM, Felix
<address@hidden> wrote:
> From: David Dreisigmeyer <address@hidden>
> Subject: [Chicken-users] C_word type / Cython (warning: passing argument 2 
> from incompatible pointer type)
> Date: Fri, 11 Feb 2011 17:47:24 -0500
>
>> Here's the solution on the Cython side.
>>
>> Is C_word a long (or int) though?
>>
>
> A long on 64-bit platforms and an int on 32-bit systems.
>
>
> cheers,
> felix
>



reply via email to

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