Commit a47ce296 by Matt Austern Committed by Mark Mitchell

fold-const.c (real_hex_to_f): Remove duplicate declaration of expon.

	* fold-const.c (real_hex_to_f): Remove duplicate declaration of
	expon.

From-SVN: r31273
parent 272c0b10
2000-01-07 Matt Austern <austern@sgi.com>
* fold-const.c (real_hex_to_f): Remove duplicate declaration of
expon.
Fri Jan 7 01:55:34 2000 Jeffrey A Law (law@cygnus.com)
* Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
......
......@@ -987,7 +987,7 @@ real_hex_to_f (s, mode)
REAL_VALUE_TYPE ip;
char *p = s;
unsigned HOST_WIDE_INT low, high;
int expon, shcount, nrmcount, k;
int shcount, nrmcount, k;
int sign, expsign, isfloat;
int lost = 0;/* Nonzero low order bits shifted out and discarded. */
int frexpon = 0; /* Bits after the decimal point. */
......
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