OSDN Git Service

2004-05-19 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2004 15:22:52 +0000 (15:22 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2004 15:22:52 +0000 (15:22 +0000)
* typeck.c: Remove non-printable character 160.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82027 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/typeck.c

index 4d1bd65..70cf859 100644 (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.
index d52afd2..64f00e8 100644 (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)
 {