update copyright for 2014 year bump
[gnulib.git] / tests / test-exp2f.c
index 5d1e5d3..7983ec5 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of exp2f() 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,8 @@ SIGNATURE_CHECK (exp2f, float, (float));
 #define DOUBLE float
 #define L_(literal) literal##f
 #define MANT_DIG FLT_MANT_DIG
+#define MAX_EXP FLT_MAX_EXP
+#define MIN_EXP FLT_MIN_EXP
 #define EXP2 exp2f
 #define RANDOM randomf
 #include "test-exp2.h"