Stéfan van der Walt wrote:
Hi Licandro

On Tue, Nov 29, 2011 at 10:32 AM, Lisandro Dalcin <dalc...@gmail.com> wrote:

Try "ctypedef enum ..."

Unfortunately, that doesn't work either :/

Did you try both together? I.e.

  cdef extern from "ndarraytypes.h":
    ctypedef enum NPY_SEARCHSIDE:
      NPY_SEARCHLEFT = 0
      NPY_SEARCHRIGHT = 1

--
Greg
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to