manywarnings: remove -Wmudflap
[gnulib.git] / tests / test-fmod.c
index 27a23e3..c664adf 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of fmod() function.
-   Copyright (C) 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 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 (fmod, double, (double, double));
 #define DOUBLE double
 #define L_(literal) literal
 #define MANT_DIG DBL_MANT_DIG
+#define MAX_EXP DBL_MAX_EXP
 #define FMOD fmod
 #define RANDOM randomd
 #include "test-fmod.h"