maint: update copyright
[gnulib.git] / tests / test-exp2l.c
index eb8bb38..d5688c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of exp2l() 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
@@ -31,6 +31,8 @@ SIGNATURE_CHECK (exp2l, long double, (long double));
 #define DOUBLE long double
 #define L_(literal) literal##L
 #define MANT_DIG LDBL_MANT_DIG
+#define MAX_EXP LDBL_MAX_EXP
+#define MIN_EXP LDBL_MIN_EXP
 #define EXP2 exp2l
 #define RANDOM randoml
 #include "test-exp2.h"