* m4/fmodf.m4 (gl_FUNC_FMODF): Remove unused variable 'i'.
* m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
+2012-03-10 Bruno Haible <bruno@clisp.org>
+
+ Remove unused variables.
+ * m4/fmodf.m4 (gl_FUNC_FMODF): Remove unused variable 'i'.
+ * m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
+
2012-03-10 Bruno Haible <bruno@clisp.org>
isnanf-nolibm: Fix last commit.
-# fmodf.m4 serial 3
+# fmodf.m4 serial 4
dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
int main (int argc, char *argv[])
{
float (*my_fmodf) (float, float) = argc ? fmodf : dummy;
- float i;
float f;
/* Test fmodf(...,0.0f).
This test fails on OSF/1 5.1. */
-# remainderf.m4 serial 5
+# remainderf.m4 serial 6
dnl Copyright (C) 2012 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
int main (int argc, char *argv[])
{
float (*my_remainderf) (float, float) = argc ? remainderf : dummy;
- float i;
float f;
/* Test remainderf(...,0.0f).
This test fails on OSF/1 5.1. */