diff options
Diffstat (limited to 'gcc/fortran/trans-const.h')
-rw-r--r-- | gcc/fortran/trans-const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 97e8313..7a36e9a 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA tree gfc_conv_mpz_to_tree (mpz_t, int); /* Returns a REAL_CST. */ -tree gfc_conv_mpf_to_tree (mpf_t, int); +tree gfc_conv_mpfr_to_tree (mpfr_t, int); /* Build a tree for a constant. Must be an EXPR_CONSTANT gfc_expr. For CHARACTER literal constants, the caller still has to set the |