OSDN Git Service

* stw.h (struct _ffestw_): Change type of uses_ to int.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 1999 21:15:24 +0000 (21:15 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Dec 1999 21:15:24 +0000 (21:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31143 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/stw.h

index b1463df..2e33d09 100644 (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,
index 58818a6..554d047 100644 (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