diff options
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 1c7c73c..9b7d355 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -374,6 +374,9 @@ void gfc_add_decl_to_function (tree); /* Make prototypes for runtime library functions. */ void gfc_build_builtin_function_decls (void); +/* Set the backend source location of a decl. */ +void gfc_set_decl_location (tree, locus *); + /* Return the variable decl for a symbol. */ tree gfc_get_symbol_decl (gfc_symbol *); |