From 356e93e2e3d18a44bbf63a95b487fc91a1fed147 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 2 May 2006 19:38:46 +0000 Subject: Add PyArray_CHAR as an alias to PyArray_STRING with element size of 1 --- numpy/core/src/scalarmathmodule.c.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/scalarmathmodule.c.src') diff --git a/numpy/core/src/scalarmathmodule.c.src b/numpy/core/src/scalarmathmodule.c.src index e9e8d09fd..c6f2088ca 100644 --- a/numpy/core/src/scalarmathmodule.c.src +++ b/numpy/core/src/scalarmathmodule.c.src @@ -597,7 +597,7 @@ static PyObject * { PyObject *ret; @name@ arg1, arg2, out; - @otyp@ out1; + @otyp@ out1=0; int retstatus; switch(_@name@_convert2_to_ctypes(a, &arg1, b, &arg2)) { -- cgit v1.2.1