diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:38:52 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:38:52 +0000 |
commit | 695bf8bcd07f9bb5670a90c6e3f72c9c33a6bd27 (patch) | |
tree | f2adf2b2eb6bd17c62ffc11d6a8fdff2bfc84350 /numpy/core/src/arrayobject.h | |
parent | bf210525044dde154644498940e754f67f2aca43 (diff) | |
download | numpy-695bf8bcd07f9bb5670a90c6e3f72c9c33a6bd27.tar.gz |
Put object type conversion into separate file.
Diffstat (limited to 'numpy/core/src/arrayobject.h')
-rw-r--r-- | numpy/core/src/arrayobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/src/arrayobject.h b/numpy/core/src/arrayobject.h index dadcf0cca..9156ea721 100644 --- a/numpy/core/src/arrayobject.h +++ b/numpy/core/src/arrayobject.h @@ -170,4 +170,7 @@ extern NPY_NO_EXPORT PyArray_Descr INT_Descr; /* Converting data types API */ #include "arrayconvert_datatype.h" +/* Object Conversion API */ +#include "arrayconvert.h" + #endif |