[vlc-devel] commit: compat: implement tdestroy (GNU extension not available on OpenBSD) . ( Rémi Duraffort )

Rémi Denis-Courmont remi at remlab.net
Tue Nov 24 22:09:48 CET 2009


Le mardi 24 novembre 2009 23:00:03 git version control, vous avez écrit :
> +typedef struct node_t
> +{
> +    void        *key;
> +    struct node_t *left, *right;
> +} node;

Where's that coming from? As far as I know the node memory layout is not 
specified and hence run-time-specific.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list