Commit 2fc00b18 by Jakub Jelinek Committed by Jakub Jelinek

* real.c (toe64): Remove stale #endif from the last change.

From-SVN: r33099
parent ac775968
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> 2000-04-12 Stephen L Moshier <moshier@mediaone.net>
* real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment. * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
......
...@@ -3653,7 +3653,6 @@ toe64 (a, b) ...@@ -3653,7 +3653,6 @@ toe64 (a, b)
/* Clear the last two bytes of 12-byte Intel format */ /* Clear the last two bytes of 12-byte Intel format */
*(q+1) = 0; *(q+1) = 0;
} }
#endif
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment