configure.in: Define IEEE_COMPLEX_DIVIDE.
authorToon Moene <toon@moene.indiv.nluug.nl>
Sun, 12 Mar 2000 19:20:47 +0000 (19:20 +0000)
committerToon Moene <toon@gcc.gnu.org>
Sun, 12 Mar 2000 19:20:47 +0000 (19:20 +0000)
commit6973bf5482d8a5a150c3ee1424bf7e154e61dd51
tree2f96ba2bc116769c43eb3433f6fa7f616e56586d
parent66e86e32ab9ff17888ed0d05fcb090f2c37c73a0
configure.in: Define IEEE_COMPLEX_DIVIDE.

* libF77/configure.in: Define IEEE_COMPLEX_DIVIDE.
* libF77/[cz]_div.c: Arrange for compilation under
-DIEEE_COMPLEX_DIVIDE to make these routines
avoid calling sig_die when the denominator vanishes.
* libF77/s_rnge.c: Add casts for the case of
sizeof(ftnint) == sizeof(int) < sizeof(long).
* libI77/endfile.c: Set state to writing (b->uwrt = 1) when an
endfile statement requires copying the file
Also, supply a missing (long) cast in the sprintf call.
* libI77/sfe.c: Add #ifdef ALWAYS_FLUSH logic, for formatted I/O.

From-SVN: r32496
libf2c/ChangeLog
libf2c/libF77/Version.c
libf2c/libF77/c_div.c
libf2c/libF77/configure.in
libf2c/libF77/s_rnge.c
libf2c/libF77/z_div.c
libf2c/libI77/Version.c
libf2c/libI77/endfile.c
libf2c/libI77/sfe.c