summaryrefslogtreecommitdiff
path: root/src/complex/cproj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cproj.c')
-rw-r--r--src/complex/cproj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/complex/cproj.c b/src/complex/cproj.c
index f2702190..aca52c4b 100644
--- a/src/complex/cproj.c
+++ b/src/complex/cproj.c
@@ -7,6 +7,7 @@
TYPE complex TGFN(cproj)(TYPE complex z)
{
+ SIGNAL_SAFE(0);
return z;
}