diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 15:53:46 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 15:53:46 +0000 |
commit | 08e3a3523f04e9ac351fd36d396d0f33d4009459 (patch) | |
tree | 150c74791c49f894957185655856458fe0b5efbe /gcc/output.h | |
parent | 2ade676bb8f37e7d1f6f285e6be78fdb96a60f32 (diff) | |
download | gcc-08e3a3523f04e9ac351fd36d396d0f33d4009459.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41257 138bc75d-0d04-0410-961f-82ee72b054a4
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)); |