On 10/31/05, Pupeno <[EMAIL PROTECTED]> wrote:
> I started to make the FFI using the magick #>? hopping that I would get
> farther, were, that didn't happen.
> My first problem: Something as simple as what is described on the
> documentation:
> #>?
> struct XAnyEvent {
>         int type;
> };
> <#

"#>?" just parses the code and generates FFI wrappers.
"#>!" parses and includes the code, which is required (the C code
still refers to "struct XAnyEvent ", and with the former syntax,
is not declared in the generated C code).


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to