This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bad Comment in jni.h


Hi!

Here is a nice little patch against gcc-20020318.
Reason: See the same file 9 lines above :-)

Bye,
Martin.


2002-03-19  Martin Kahlert  <martin.kahlert@infineon.com>
	* include/jni.h Use correct C comments 

--- jni.h.old	Tue Mar 19 15:42:56 2002
+++ jni.h	Tue Mar 19 15:35:02 2002
@@ -16,7 +16,7 @@
 
 #include <gcj/libgcj-config.h>
 
-// We include <stdio.h> for compatibility with Sun's <jni.h>.
+/* We include <stdio.h> for compatibility with Sun's <jni.h>. */
 #include <stdio.h>
 
 #include <stdarg.h>

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]