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:
Paolo Bonzini 2004-05-19 15:22:52 +00:00 committed by Paolo Bonzini
parent c37bb106ec
commit 20cb64fd5c
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{