* ste.c (gbe_block): Constify.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 15 Jun 2000 18:05:03 +0000 (18:05 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 15 Jun 2000 18:05:03 +0000 (18:05 +0000)
From-SVN: r34565

gcc/f/ChangeLog
gcc/f/ste.c

index e1efb7fb5989557847fea5ab4464c24af04d36ec..78872d643ac6fff6cb8d450e68845163fd3a647b 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun 15 14:03:14 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ste.c (gbe_block): Constify.
+
 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
 
        * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
index f25b929d94905a71a480f6507a61b9fb1a2d094d..13e49c52d1e48daa0e40372cb989cf97aacaeff2 100644 (file)
@@ -402,7 +402,7 @@ typedef struct gbe_block
   struct gbe_block *outer;
   ffestw block;
   int lineno;
-  char *input_filename;
+  const char *input_filename;
   bool is_stmt;
 } *gbe_block;