summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayconvert.h
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-30 08:38:52 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-30 08:38:52 +0000
commit695bf8bcd07f9bb5670a90c6e3f72c9c33a6bd27 (patch)
treef2adf2b2eb6bd17c62ffc11d6a8fdff2bfc84350 /numpy/core/src/arrayconvert.h
parentbf210525044dde154644498940e754f67f2aca43 (diff)
downloadnumpy-695bf8bcd07f9bb5670a90c6e3f72c9c33a6bd27.tar.gz
Put object type conversion into separate file.
Diffstat (limited to 'numpy/core/src/arrayconvert.h')
-rw-r--r--numpy/core/src/arrayconvert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/core/src/arrayconvert.h b/numpy/core/src/arrayconvert.h
new file mode 100644
index 000000000..de24e27cf
--- /dev/null
+++ b/numpy/core/src/arrayconvert.h
@@ -0,0 +1,4 @@
+#ifndef _NPY_ARRAYOBJECT_CONVERT_H_
+#define _NPY_ARRAYOBJECT_CONVERT_H_
+
+#endif