aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/scanner.h')
-rw-r--r--gcc/fortran/scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/scanner.h b/gcc/fortran/scanner.h
index 0bad63f..8782fe6 100644
--- a/gcc/fortran/scanner.h
+++ b/gcc/fortran/scanner.h
@@ -23,8 +23,8 @@ along with GCC; see the file COPYING3. If not see
typedef struct gfc_directorylist
{
char *path;
- bool use_for_modules;
struct gfc_directorylist *next;
+ bool use_for_modules, warn;
}
gfc_directorylist;