mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 21:00:18 +08:00
typeck.c: Remove non-printable character 160.
2004-05-19 Paolo Bonzini <bonzini@gnu.org> * typeck.c: Remove non-printable character 160. From-SVN: r82027
This commit is contained in:
parent
c37bb106ec
commit
20cb64fd5c
@ -1,3 +1,7 @@
|
||||
2004-05-19 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* typeck.c: Remove non-printable character 160.
|
||||
|
||||
2004-05-17 Ranjit Mathew <rmathew@hotmail.com>
|
||||
|
||||
* check-init.c: Correct minor typos.
|
||||
|
@ -733,7 +733,7 @@ lookup_java_method (tree searched_class, tree method_name,
|
||||
method_signature, build_java_signature);
|
||||
}
|
||||
|
||||
/* Return true iff CLASS (or its ancestors) has a method METHOD_NAME. */
|
||||
/* Return true iff CLASS (or its ancestors) has a method METHOD_NAME. */
|
||||
int
|
||||
has_method (tree class, tree method_name)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user