diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:37:38 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:37:38 +0000 |
commit | 2c1ac5440c3ab4d673498124c0e7608c4b3c5c1c (patch) | |
tree | 1ee20acd441a61b828e0334314a514f0925b3195 /numpy/core/src/arraymethods.h | |
parent | 98389353b020db90e90e00da4bdf19e18f942cba (diff) | |
download | numpy-2c1ac5440c3ab4d673498124c0e7608c4b3c5c1c.tar.gz |
Put array methods in separate file.
Diffstat (limited to 'numpy/core/src/arraymethods.h')
-rw-r--r-- | numpy/core/src/arraymethods.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/core/src/arraymethods.h b/numpy/core/src/arraymethods.h new file mode 100644 index 000000000..698a6f558 --- /dev/null +++ b/numpy/core/src/arraymethods.h @@ -0,0 +1,5 @@ +#ifndef _NPY_ARRAY_METHODS_H_ +#define _NPY_ARRAY_METHODS_H_ + +extern NPY_NO_EXPORT PyMethodDef array_methods[]; +#endif |