diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-03-01 17:48:38 -0800 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-03-01 17:48:38 -0800 |
commit | d21281a6f4070afc706da90e40802b42ceda7e99 (patch) | |
tree | 5fcc649590b44db21cbcfc2218a7770b9b2dcad9 /numpy/f2py | |
parent | 2b71ffb70266592c126e2b2c9a57d3b94f87454d (diff) | |
parent | a226daa75816577ac9c734133e600e5eebd9aaa9 (diff) | |
download | numpy-d21281a6f4070afc706da90e40802b42ceda7e99.tar.gz |
Merge pull request #3014 from bfroehle/f2py_unque_symbol
BUG: Choose a more unique PY_ARRAY_UNIQUE_SYMBOL in f2py.
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/src/fortranobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/src/fortranobject.h b/numpy/f2py/src/fortranobject.h index 283021aa1..07e810ff9 100644 --- a/numpy/f2py/src/fortranobject.h +++ b/numpy/f2py/src/fortranobject.h @@ -9,7 +9,7 @@ extern "C" { #ifdef FORTRANOBJECT_C #define NO_IMPORT_ARRAY #endif -#define PY_ARRAY_UNIQUE_SYMBOL PyArray_API +#define PY_ARRAY_UNIQUE_SYMBOL _npy_f2py_ARRAY_API #include "numpy/arrayobject.h" /* |