]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/realmpfr.h
Update copyright years.
[thirdparty/gcc.git] / gcc / realmpfr.h
index d1b12fd95e3286e6115e4f5f8c809df6601a93a2..20c94eaf7625888fdd1e730f9fdf6f9d26d230a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of floating-point conversion from compiler
    internal format to MPFR.
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2017 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
 
 #include <mpfr.h>
 #include <mpc.h>
-#include "real.h"
 
 /* Convert between MPFR and REAL_VALUE_TYPE.  The caller is
    responsible for initializing and clearing the MPFR parameter.  */
 
 extern void real_from_mpfr (REAL_VALUE_TYPE *, mpfr_srcptr, tree, mp_rnd_t);
+extern void real_from_mpfr (REAL_VALUE_TYPE *, mpfr_srcptr,
+                           const real_format *, mp_rnd_t);
 extern void mpfr_from_real (mpfr_ptr, const REAL_VALUE_TYPE *, mp_rnd_t);
 
 #endif /* ! GCC_REALGMP_H */