OSDN Git Service

* ste.c (gbe_block): Constify.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 2000 18:05:03 +0000 (18:05 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 2000 18:05:03 +0000 (18:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34565 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e1efb7f..78872d6 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 f25b929..13e49c5 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;