aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/fortran/gfortran.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/fortran/gfortran.h')
-rw-r--r--gcc-4.8/gcc/fortran/gfortran.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/fortran/gfortran.h b/gcc-4.8/gcc/fortran/gfortran.h
index 18bbf7954..bd1aeb9ff 100644
--- a/gcc-4.8/gcc/fortran/gfortran.h
+++ b/gcc-4.8/gcc/fortran/gfortran.h
@@ -2830,6 +2830,7 @@ void gfc_resolve_blocks (gfc_code *, gfc_namespace *);
int gfc_impure_variable (gfc_symbol *);
int gfc_pure (gfc_symbol *);
int gfc_implicit_pure (gfc_symbol *);
+void gfc_unset_implicit_pure (gfc_symbol *);
int gfc_elemental (gfc_symbol *);
gfc_try gfc_resolve_iterator (gfc_iterator *, bool, bool);
gfc_try find_forall_index (gfc_expr *, gfc_symbol *, int);