diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 00:24:12 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 00:24:12 +0000 |
commit | 1acf453e6bdbac5e176806b0ad07ad33e32a5f40 (patch) | |
tree | 87a5ee0373b5ac70c33df30ba84ee9dff5035667 /numpy/linalg/lapack_litemodule.c | |
parent | 8904c7ab8d3e5fb1233e80586c5a4c6b7df4a14b (diff) | |
download | numpy-1acf453e6bdbac5e176806b0ad07ad33e32a5f40.tar.gz |
Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArray_ prefixes.
Diffstat (limited to 'numpy/linalg/lapack_litemodule.c')
-rw-r--r-- | numpy/linalg/lapack_litemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/lapack_litemodule.c b/numpy/linalg/lapack_litemodule.c index 66b0dd7ac..0f1211b07 100644 --- a/numpy/linalg/lapack_litemodule.c +++ b/numpy/linalg/lapack_litemodule.c @@ -4,7 +4,7 @@ More modifications by Jeff Whitaker */ #include "Python.h" -#include "numpy/arrayobject.h" +#include "numpy/noprefix.h" #ifdef NO_APPEND_FORTRAN # define FNAME(x) x |