* real.c (toe64): Remove stale #endif from the last change.
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Apr 2000 09:01:29 +0000 (11:01 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Apr 2000 09:01:29 +0000 (11:01 +0200)
From-SVN: r33099

gcc/ChangeLog
gcc/real.c

index 3888e7801553bef6fc2ccf593bde51e44f10ed8d..c84f4f2d9d945026351ac85b736d9b2fdc47a977 100644 (file)
@@ -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.
index b8a59b391b0eea6a30348fd3924cde8ffd05291f..6acd2bf376af3c621b3760725922518bcca4ebd1 100644 (file)
@@ -3653,7 +3653,6 @@ toe64 (a, b)
          /* Clear the last two bytes of 12-byte Intel format */
          *(q+1) = 0;
        }
-#endif
     }
 #endif