[Scipy-svn] r2981 - trunk/Lib/ndimage/src

scipy-svn@scip... scipy-svn@scip...
Thu May 10 17:49:23 CDT 2007


Author: stefan
Date: 2007-05-10 17:49:10 -0500 (Thu, 10 May 2007)
New Revision: 2981

Modified:
   trunk/Lib/ndimage/src/nd_image.h
Log:
ndimage: Remove variable name from function signature in header.


Modified: trunk/Lib/ndimage/src/nd_image.h
===================================================================
--- trunk/Lib/ndimage/src/nd_image.h	2007-05-10 13:34:25 UTC (rev 2980)
+++ trunk/Lib/ndimage/src/nd_image.h	2007-05-10 22:49:10 UTC (rev 2981)
@@ -287,7 +287,7 @@
 
 #define  NA_OutputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_OutputArray)
 #define  NA_IoArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_IoArray)
-#define  NA_NewArray (*(PyArrayObject* (*) (void* buffer, NumarrayType type, int ndim, ...) ) (void *) NA_NewArray )
+#define  NA_NewArray (*(PyArrayObject* (*) (void* buffer, NumarrayType, int, ...) ) (void *) NA_NewArray )
 #define  NA_elements (*(unsigned long (*) (PyArrayObject*) ) (void *) NA_elements)
 #define  NA_InputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_InputArray)
 



More information about the Scipy-svn mailing list