diff options
Diffstat (limited to 'gcc/real.h')
-rw-r--r-- | gcc/real.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h index 8f58585453b..3a19864979c 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -392,7 +392,8 @@ extern double (atof) (); /* Hexadecimal floating constant input for use with host computer's fp arithmetic. */ #ifndef REAL_VALUE_HTOF -extern REAL_VALUE_TYPE real_hex_to_f PARAMS ((char *, enum machine_mode)); +extern REAL_VALUE_TYPE real_hex_to_f PARAMS ((const char *, + enum machine_mode)); #define REAL_VALUE_HTOF(s,m) real_hex_to_f(s,m) #endif |