[Numpy-svn] r2889 - branches/ver1.0/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Jul 25 03:16:22 EDT 2006


Author: oliphant
Date: 2006-07-25 02:16:21 -0500 (Tue, 25 Jul 2006)
New Revision: 2889

Modified:
   branches/ver1.0/numpy/core/include/numpy/arrayobject.h
Log:
Undo typo-change.

Modified: branches/ver1.0/numpy/core/include/numpy/arrayobject.h
===================================================================
--- branches/ver1.0/numpy/core/include/numpy/arrayobject.h	2006-07-25 07:14:05 UTC (rev 2888)
+++ branches/ver1.0/numpy/core/include/numpy/arrayobject.h	2006-07-25 07:16:21 UTC (rev 2889)
@@ -633,7 +633,7 @@
 #define NPY_SIZEOF_UINTP SIZEOF_PY_INTPTR_T
 
 #if (PY_VERSION_HEX < 0x02050000)
-typedef int Py_ssize_t
+typedef int Py_ssize_t;
 #define PY_SSIZE_T_MAX INT_MAX
 #define PY_SSIZE_T_MIN INT_MIN
 #define NPY_SSIZE_T_PYFMT "i"




More information about the Numpy-svn mailing list