]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/realmpfr.h
Update copyright years.
[thirdparty/gcc.git] / gcc / realmpfr.h
index 0595f39b9977ce0a0da614510ca8b0737fd1bf8a..20c94eaf7625888fdd1e730f9fdf6f9d26d230a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of floating-point conversion from compiler
    internal format to MPFR.
-   Copyright (C) 2010-2014 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"
-
-/* In builtins.c.  */
-extern tree do_mpc_arg2 (tree, tree, tree, int, int (*)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t));
 
 /* 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 */