OSDN Git Service

* real.c (toe64): Remove stale #endif from the last change.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Apr 2000 09:01:29 +0000 (09:01 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Apr 2000 09:01:29 +0000 (09:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33099 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/real.c

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