diff options
Diffstat (limited to 'libgfortran/io/unix.c')
-rw-r--r-- | libgfortran/io/unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index e402f44..4966726 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -1197,7 +1197,7 @@ file_exists (void) -static const char *yes = "YES", *no = "NO", *unknown = "UNKNOWN"; +static const char yes[] = "YES", no[] = "NO", unknown[] = "UNKNOWN"; /* inquire_sequential()-- Given a fortran string, determine if the * file is suitable for sequential access. Returns a C-style |