diff options
Diffstat (limited to 'src/complex/cimag.c')
-rw-r--r-- | src/complex/cimag.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/complex/cimag.c b/src/complex/cimag.c index 6b03f9a1..14b3d6f1 100644 --- a/src/complex/cimag.c +++ b/src/complex/cimag.c @@ -7,6 +7,7 @@ TYPE TGFN(cimag)(TYPE complex z) { + SIGNAL_SAFE(0); union { complex TYPE c; TYPE f[2]; |