diff options
Diffstat (limited to 'gcc/f/ste.c')
-rw-r--r-- | gcc/f/ste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/ste.c b/gcc/f/ste.c index f25b929..13e49c5 100644 --- a/gcc/f/ste.c +++ b/gcc/f/ste.c @@ -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; |