Hello,

Luke J Crook <[EMAIL PROTECTED]> writes:

> A CFFI feature request whereby a struct is replaced with :pointer only if 
> that slot is actually a pointer to a struct. For example: 
>
> struct _a_struct { int x; int y; } a_struct;
> typedef struct _a_struct *b_struct; 
>
> struct _b_struct { a_struct struct_1; b_struct struct_2; } b_struct; 
>
> Should be: 
>
> (defcstruct b_struct
>       (struct_1 a_struct)
>       (struct_2 :pointer)) 
>

This functionality has been added for structs/unions/enums by a recent patch
to the cvs repo.

Also, declaring %typemap(cin) Boolean "boolean", explained in a different
email is also not required.

Cheers.
-- 
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| Great wits are sure to madness near allied,
| And thin partitions do their bounds divide.
| 
|     (John Dryden, Absalom and Achitophel, 1681)
`----

_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to