summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.h
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-30 08:38:30 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-30 08:38:30 +0000
commitbf210525044dde154644498940e754f67f2aca43 (patch)
treeafde4ad370c7faf6c0e435131f0bbd517c3d8ec4 /numpy/core/src/arrayobject.h
parentf3e2b283aaec79f6ae8516c03fe91c11bcd0ecb0 (diff)
downloadnumpy-bf210525044dde154644498940e754f67f2aca43.tar.gz
Put casting functions into separate file.
Diffstat (limited to 'numpy/core/src/arrayobject.h')
-rw-r--r--numpy/core/src/arrayobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/src/arrayobject.h b/numpy/core/src/arrayobject.h
index d3d4b8794..dadcf0cca 100644
--- a/numpy/core/src/arrayobject.h
+++ b/numpy/core/src/arrayobject.h
@@ -167,4 +167,7 @@ extern NPY_NO_EXPORT PyArray_Descr INT_Descr;
/* Number protocol */
#include "arraynumber.h"
+/* Converting data types API */
+#include "arrayconvert_datatype.h"
+
#endif