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
This commit is contained in:
Matt Austern 2000-01-07 16:37:04 +00:00 committed by Mark Mitchell
parent 272c0b10f3
commit a47ce296b7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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. */