diff options
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index ef0e59a..dca0829 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -157,7 +157,7 @@ next_char (gfc_instring in_string) c = '\0'; } - if (gfc_option.flag_backslash && c == '\\') + if (flag_backslash && c == '\\') { locus old_locus = gfc_current_locus; |