maint: update copyright
[gnulib.git] / tests / test-frexpf.c
index fa46928..d7d7050 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of splitting a float into fraction and mantissa.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-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
@@ -50,6 +50,7 @@ SIGNATURE_CHECK (frexpf, float, (float, int *));
 #define MIN_EXP FLT_MIN_EXP
 #define MIN_NORMAL_EXP FLT_MIN_EXP
 #define FREXP frexpf
+#define RANDOM randomf
 #include "test-frexp.h"
 
 int