Commit f0353e33 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r31143
parent 7189a4b0
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> Thu Dec 30 11:42:05 1999 Geoff Keating <geoffk@cygnus.com>
* com.c (ffecom_init_0): Make double_ftype_double, * com.c (ffecom_init_0): Make double_ftype_double,
......
...@@ -70,7 +70,7 @@ struct _ffestw_ ...@@ -70,7 +70,7 @@ struct _ffestw_
ffewhereLine line_; /* Where first token of statement triggering ffewhereLine line_; /* Where first token of statement triggering
state */ state */
ffewhereColumn col_; /* was seen in source file. */ ffewhereColumn col_; /* was seen in source file. */
char uses_; /* # uses (new+use-kill calls). */ int uses_; /* # uses (new+use-kill calls). */
ffestvState state_; ffestvState state_;
int substate_; /* Used on a per-block-state basis. */ int substate_; /* Used on a per-block-state basis. */
#if FFECOM_targetCURRENT == FFECOM_targetGCC #if FFECOM_targetCURRENT == FFECOM_targetGCC
......
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