Gregor Thalhammer wrote:

> cdef extern from "cheesefinder.h":
>     ctypedef void myvoid
>     ctypedef myvoid (__stdcall *cheesefunc)(char *name, void *user_data) 
> #this g
> ives 'Syntax error in ctypedef statement'

Seems to be a Cython-only problem, as this compiles
okay with Pyrex 0.9.8.6.

-- 
Greg

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to