* stw.h (struct _ffestw_): Change type of uses_ to int.

From-SVN: r31143
This commit is contained in:
Richard Henderson 1999-12-30 13:15:24 -08:00 committed by Richard Henderson
parent 7189a4b014
commit f0353e33dc
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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