OSDN Git Service

Deleted casts to void.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1993 04:47:17 +0000 (04:47 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1993 04:47:17 +0000 (04:47 +0000)
commit2c2a4fffc2a6d59aabc8094901a3afb9336686ad
treebcb406f4716372aafcd6510ff43458cc827ff48f
parent3f644274199e800a239c33f12613a4c86542db92
Deleted casts to void.

(emdnorm, eifrac, euifrac, mtherr): Replace
unconditional `pedwarn' by `warning' conditional on `extra_warnings'.
(toe24, todec): Use ERANGE to flag overflow on (non-IEEE)
machines that do not have infinity.
(etoasc): Check explicitly for overflow of leading decimal digit.
(asctoeg): Test for, and immediately reject, out-of-bounds
decimal exponent inputs.
(at top level): Include errno.h; reference errno, warning, extra_warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4300 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/real.c