diff options
Diffstat (limited to 'gcc/fortran/misc.c')
-rw-r--r-- | gcc/fortran/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 4bc5c43..5ee5434 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -74,8 +74,8 @@ void gfc_clear_ts (gfc_typespec *ts) { ts->type = BT_UNKNOWN; - ts->kind = 0; ts->derived = NULL; + ts->kind = 0; ts->cl = NULL; /* flag that says if the type is C interoperable */ ts->is_c_interop = 0; |