install-reloc: Support multi-binary installation.
[gnulib.git] / tests / test-fmodf.c
index fcb830b..f87ae1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of fmodf() function.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@ SIGNATURE_CHECK (fmodf, float, (float, float));
 #define DOUBLE float
 #define L_(literal) literal##f
 #define MANT_DIG FLT_MANT_DIG
+#define MAX_EXP FLT_MAX_EXP
 #define FMOD fmodf
 #define RANDOM randomf
 #include "test-fmod.h"