From aa04352b39a26f24a7293ca13f13c2348793484a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Mon, 13 Mar 2006 21:40:06 +0000 Subject: Remove numpy distutils from autoload and fix 64-bit bug. --- numpy/core/src/arraymethods.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/arraymethods.c') diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c index c48904f25..9d5dc2e75 100644 --- a/numpy/core/src/arraymethods.c +++ b/numpy/core/src/arraymethods.c @@ -971,7 +971,7 @@ array_setstate(PyArrayObject *self, PyObject *args) { PyObject *shape; PyArray_Descr *typecode; - long fortran; + int fortran; PyObject *rawdata; char *datastr; int len; -- cgit v1.2.1