summaryrefslogtreecommitdiff
path: root/numpy/core/src/scalarmathmodule.c.src
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/scalarmathmodule.c.src')
-rw-r--r--numpy/core/src/scalarmathmodule.c.src2
1 files changed, 1 insertions, 1 deletions
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)) {