mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 08:27:08 +08:00
* stw.h (struct _ffestw_): Change type of uses_ to int.
From-SVN: r31143
This commit is contained in:
parent
7189a4b014
commit
f0353e33dc
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user