diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-11 15:53:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-11 15:53:46 +0000 |
commit | 68896bf9a2487e0b7b4377564f2c7781fc4e73da (patch) | |
tree | 150c74791c49f894957185655856458fe0b5efbe /gcc/output.h | |
parent | d6684bc856c24bcd0a8d391579875a456146f585 (diff) | |
download | gcc-68896bf9a2487e0b7b4377564f2c7781fc4e73da.tar.gz |
output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.
* output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.
* real.h (ereal_atof, real_value_truncate, target_isnan,
target_isinf, target_negative, assemble_real, debug_real): Delete
redundant prototypes.
From-SVN: r41257
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index 468313cce3f..93badde43fa 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -311,7 +311,7 @@ extern void assemble_name PARAMS ((FILE *, const char *)); extern int assemble_integer PARAMS ((rtx, int, int)); extern int assemble_eh_integer PARAMS ((rtx, int, int)); -#ifdef EMUSHORT +#ifdef REAL_VALUE_TYPE /* Assemble the floating-point constant D into an object of size MODE. */ extern void assemble_real PARAMS ((REAL_VALUE_TYPE, enum machine_mode)); |