maint: update copyright
[gnulib.git] / tests / test-exp2.c
index b59a9a6..02c99be 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of exp2() 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 (exp2, double, (double));
 #define DOUBLE double
 #define L_(literal) literal
 #define MANT_DIG DBL_MANT_DIG
+#define MAX_EXP DBL_MAX_EXP
+#define MIN_EXP DBL_MIN_EXP
 #define EXP2 exp2
 #define RANDOM randomd
 #include "test-exp2.h"