Commit cd9b4298 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* ste.c (gbe_block): Constify.

From-SVN: r34565
parent d2f7db1d
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment