]> Savannah Git Hosting - gnulib.git/commitdiff
copysignf tests: Fix.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2011 16:38:19 +0000 (17:38 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2011 16:38:19 +0000 (17:38 +0100)
* tests/test-copysignf.c: Fix signature check.

ChangeLog
tests/test-copysignf.c

index 694a6151cc51c342c157493ecf664e44f226d885..21a9c6d72e58faeed3ff8c3bbdaad4d309e14e76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-20  Bruno Haible  <bruno@clisp.org>
+
+       copysignf tests: Fix.
+       * tests/test-copysignf.c: Fix signature check.
+
 2011-11-20  Bruno Haible  <bruno@clisp.org>
 
        fma: Remove unused code.
index 396e0905d439020ee9af5deb859c1a502cebc0ff..b745e79c0a4f9fe3ca2cceb3d39f8bf4dad2edf5 100644 (file)
@@ -21,7 +21,7 @@
 #include <math.h>
 
 #include "signature.h"
-SIGNATURE_CHECK (copysignf, double, (double, double));
+SIGNATURE_CHECK (copysignf, float, (float, float));
 
 #include "macros.h"
 #include "minus-zero.h"