diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 18:46:45 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-04-10 18:46:45 +0000 |
commit | dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d (patch) | |
tree | bf95262adeb1e48387900226345da1050170321b /gcc/fortran/trans-decl.c | |
parent | 4b9726d48cc7eea7e51b51e00e3720104cd2774f (diff) | |
download | gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.zip gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.gz gcc-dd5a833e6e86e0ed85af6e48aa460ebfc4665f5d.tar.bz2 |
Remove doubled up words.
From-SVN: r172247
Diffstat (limited to 'gcc/fortran/trans-decl.c')
-rw-r--r-- | gcc/fortran/trans-decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index cc6fced..acd6c4a 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -1697,7 +1697,7 @@ gfc_get_extern_function_decl (gfc_symbol * sym) /* Initialize DECL_EXTERNAL and TREE_PUBLIC before calling decl_attributes; TREE_PUBLIC specifies whether a function is globally addressable (i.e. - the the opposite of declaring a function as static in C). */ + the opposite of declaring a function as static in C). */ DECL_EXTERNAL (fndecl) = 1; TREE_PUBLIC (fndecl) = 1; @@ -1780,7 +1780,7 @@ build_function_decl (gfc_symbol * sym, bool global) /* Initialize DECL_EXTERNAL and TREE_PUBLIC before calling decl_attributes; TREE_PUBLIC specifies whether a function is globally addressable (i.e. - the the opposite of declaring a function as static in C). */ + the opposite of declaring a function as static in C). */ DECL_EXTERNAL (fndecl) = 0; if (!current_function_decl |