chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Question about easyffi


From: Ivan Raikov
Subject: Re: [Chicken-users] Question about easyffi
Date: Mon, 06 Aug 2007 16:58:07 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

  Splitting the #>! did help, thanks. Also, if a C function returns
NULL, is the equivalent Scheme value #f, or is it a value that
satisfies the null-pointer? predicate? It seems like my null-pointer?
checks are complaining about bad argument type.

       -Ivan


"felix winkelmann" <address@hidden> writes:

>> pyobject PyObject_CallObject (pyobject , pyobject );
>>
>>
>> #define pyobject PyObject *
>>
>
> Hm... How strange. Splitting the #>! ... <# into two will help. I gotta
> make a ticket for this....
>
>
> cheers,
> felix
>




reply via email to

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