1 May 2008 04:16
Re: [Cython] a problem with declaring and initializing <type> (*pointer)[N] = NULL
That is really strange, no idea why. On Apr 30, 2008, at 8:22 AM, Lisandro Dalcin wrote: > Just pulled from cython-devel repo, this does not work (neither > before the pull) > > cdef int (*iranges)[3] = NULL > > but this indeed work > > cdef int (*iranges)[3] > iranges = NULL > > > > -- > Lisandro Dalcín > --------------- > Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) > Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) > Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) > PTLC - Güemes 3450, (3000) Santa Fe, Argentina > Tel/Fax: +54-(0)342-451.1594 > _______________________________________________ > Cython-dev mailing list > Cython-dev@... > http://codespeak.net/mailman/listinfo/cython-dev
RSS Feed