Commit 20cb64fd by Paolo Bonzini Committed by Paolo Bonzini

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
parent c37bb106
2004-05-19 Paolo Bonzini <bonzini@gnu.org>
* typeck.c: Remove non-printable character 160.
2004-05-17 Ranjit Mathew <rmathew@hotmail.com> 2004-05-17 Ranjit Mathew <rmathew@hotmail.com>
* check-init.c: Correct minor typos. * check-init.c: Correct minor typos.
......
...@@ -733,7 +733,7 @@ lookup_java_method (tree searched_class, tree method_name, ...@@ -733,7 +733,7 @@ lookup_java_method (tree searched_class, tree method_name,
method_signature, build_java_signature); 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 int
has_method (tree class, tree method_name) has_method (tree class, tree method_name)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment