diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/real.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3888e78..c84f4f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-04-12 Jakub Jelinek <jakub@redhat.com> + + * real.c (toe64): Remove stale #endif from the last change. + 2000-04-12 Stephen L Moshier <moshier@mediaone.net> * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment. @@ -3653,7 +3653,6 @@ toe64 (a, b) /* Clear the last two bytes of 12-byte Intel format */ *(q+1) = 0; } -#endif } #endif |