diff options
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r-- | gcc/fortran/gfortran.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 0ffcfae9a55..9762cddfaa8 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -2789,4 +2789,6 @@ gfc_typebound_proc* gfc_find_typebound_intrinsic_op (gfc_symbol*, gfc_try*, locus*); gfc_symtree* gfc_get_tbp_symtree (gfc_symtree**, const char*); +#define CLASS_DATA(sym) sym->ts.u.derived->components + #endif /* GCC_GFORTRAN_H */ |