* interface.c: Fix a comment typo.
From-SVN: r120135
This commit is contained in:
parent
7ff0eaf679
commit
4c256e3482
@ -1,3 +1,7 @@
|
||||
2006-12-22 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* interface.c: Fix a comment typo.
|
||||
|
||||
2006-12-21 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/30273
|
||||
|
@ -1034,7 +1034,7 @@ check_sym_interfaces (gfc_symbol * sym)
|
||||
}
|
||||
}
|
||||
|
||||
/* Originally, this test was aplied to host interfaces too;
|
||||
/* Originally, this test was applied to host interfaces too;
|
||||
this is incorrect since host associated symbols, from any
|
||||
source, cannot be ambiguous with local symbols. */
|
||||
k = sym->attr.referenced || !sym->attr.use_assoc;
|
||||
|
Loading…
Reference in New Issue
Block a user