aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1999-12-30 13:15:24 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-12-30 13:15:24 -0800
commitf0353e33dc68775a0c880a86d24b7f8df95ed7c7 (patch)
treebb8bd32c6247e0535315fd74787bccb5ca5bb734 /gcc
parent7189a4b01436b1d131ed1e968e6c3b89a4b5d8c4 (diff)
downloadgcc-f0353e33dc68775a0c880a86d24b7f8df95ed7c7.zip
gcc-f0353e33dc68775a0c880a86d24b7f8df95ed7c7.tar.gz
gcc-f0353e33dc68775a0c880a86d24b7f8df95ed7c7.tar.bz2
* stw.h (struct _ffestw_): Change type of uses_ to int.
From-SVN: r31143
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/stw.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index b1463df..2e33d09 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 30 13:14:31 1999 Richard Henderson <rth@cygnus.com>
+
+ * stw.h (struct _ffestw_): Change type of uses_ to int.
+
Thu Dec 30 11:42:05 1999 Geoff Keating <geoffk@cygnus.com>
* com.c (ffecom_init_0): Make double_ftype_double,
diff --git a/gcc/f/stw.h b/gcc/f/stw.h
index 58818a6..554d047 100644
--- a/gcc/f/stw.h
+++ b/gcc/f/stw.h
@@ -70,7 +70,7 @@ struct _ffestw_
ffewhereLine line_; /* Where first token of statement triggering
state */
ffewhereColumn col_; /* was seen in source file. */
- char uses_; /* # uses (new+use-kill calls). */
+ int uses_; /* # uses (new+use-kill calls). */
ffestvState state_;
int substate_; /* Used on a per-block-state basis. */
#if FFECOM_targetCURRENT == FFECOM_targetGCC