* stw.h (struct _ffestw_): Change type of uses_ to int.
authorRichard Henderson <rth@cygnus.com>
Thu, 30 Dec 1999 21:15:24 +0000 (13:15 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 30 Dec 1999 21:15:24 +0000 (13:15 -0800)
From-SVN: r31143

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

index b1463dfbd9acf5cef9a5f856abb050072e92231c..2e33d09e02643ecb60858599a4ebe516ce178f0c 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 58818a61bf21d5edd96a990facf76c023c0b5be4..554d047e611cb9470654b6e1333f7a4aba54be95 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