summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/stw.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/stw.h')
-rw-r--r--contrib/gcc/f/stw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/f/stw.h b/contrib/gcc/f/stw.h
index 58818a6..554d047 100644
--- a/contrib/gcc/f/stw.h
+++ b/contrib/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
OpenPOWER on IntegriCloud