summaryrefslogtreecommitdiff
path: root/math/py-numarray/files
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-01-11 00:59:08 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-01-11 00:59:08 +0000
commitab188e5a7d19f4551e5affa282c5bd2375d6c05a (patch)
treee8ec0cfe60836f7019826966324e3c194c201901 /math/py-numarray/files
parentRemove / from the DISTFILES, properly use grouped master-sites. (diff)
Update to 1.5.0
Notified by: thierry
Diffstat (limited to 'math/py-numarray/files')
-rw-r--r--math/py-numarray/files/patch-Include::numarray::nummacro.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/py-numarray/files/patch-Include::numarray::nummacro.h b/math/py-numarray/files/patch-Include::numarray::nummacro.h
deleted file mode 100644
index 1cb40e378d5f..000000000000
--- a/math/py-numarray/files/patch-Include::numarray::nummacro.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- Include/numarray/nummacro.h.orig Fri Nov 18 20:42:15 2005
-+++ Include/numarray/nummacro.h Fri Nov 18 20:43:33 2005
-@@ -24,7 +24,11 @@
- int n_outs, PyObject*outs[]);
- typedef struct {
- PyObject_HEAD
-+#ifdef __cplusplus
-+ PyObject *operator_; /* ufunc name */
-+#else
- PyObject *operator; /* ufunc name */
-+#endif
- PyObject *identity; /* identity value, e.g. 0 for + or 1 for * */
- int n_inputs, n_outputs;
- _ufunc_function call;