X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fmod.c;h=3bbbfe573531f8876b78f5be03520a3b52818370;hb=0fd639d16c41dfd4353947fa00bbfa2375e7e845;hp=27a23e30266ef307dfea10cc846b8d6d67c93726;hpb=3261e6f0337130c6bbde8db61e28c87bb901d749;p=gnulib.git diff --git a/tests/test-fmod.c b/tests/test-fmod.c index 27a23e302..3bbbfe573 100644 --- a/tests/test-fmod.c +++ b/tests/test-fmod.c @@ -1,5 +1,5 @@ /* Test of fmod() 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 (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"