diff options
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 35229c3cf5d..53ed8109727 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -349,7 +349,7 @@ extern bool assemble_integer PARAMS ((rtx, unsigned, unsigned, int)); #define assemble_aligned_integer(SIZE, VALUE) \ assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1) -#ifdef REAL_VALUE_TYPE +#ifdef REAL_VALUE_TYPE_SIZE /* Assemble the floating-point constant D into an object of size MODE. */ extern void assemble_real PARAMS ((REAL_VALUE_TYPE, enum machine_mode, |