[Numpy-discussion] Going to cut NumPy 1.0b5 tonight

I also get a compile error when trying to build against

    > the win32-py2.4 release. src\_na_nxutils.c(213) : error
    > C2275: 'PyObject' : illegal use of this type as an
    > expression c:\Python24\include\object.h(104) : see

It looks like I made the typical C++ programmer writing C mistake:
putting a type declaration in code where it is first used rather than
at the beginning of the function. I just committed a change that
should fix this.

JDH