diff options
author | Matt Austern <austern@sgi.com> | 2000-01-07 16:37:04 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-01-07 16:37:04 +0000 |
commit | a47ce296b7e821a61388028a5e92ed5728881448 (patch) | |
tree | a3e90d1a6b631d1fbda9bff06b2e6da3c553535a /gcc/fold-const.c | |
parent | 272c0b10f37c59d3991c72d2ee8b31f01ef3ff52 (diff) | |
download | gcc-a47ce296b7e821a61388028a5e92ed5728881448.zip gcc-a47ce296b7e821a61388028a5e92ed5728881448.tar.gz gcc-a47ce296b7e821a61388028a5e92ed5728881448.tar.bz2 |
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
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index c540b19..976cf3a 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -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. */ |