maint: update all copyright year number ranges
[gnulib.git] / tests / test-frexp.c
index 0065af3..6e3e000 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of splitting a double into fraction and mantissa.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-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
@@ -55,6 +55,7 @@ SIGNATURE_CHECK (frexp, double, (double, int *));
 #define MIN_EXP DBL_MIN_EXP
 #define MIN_NORMAL_EXP DBL_MIN_EXP
 #define FREXP frexp
+#define RANDOM randomd
 #include "test-frexp.h"
 
 int