This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Bad Comment in jni.h
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 19 Mar 2002 15:48:35 +0100
- Subject: Bad Comment in jni.h
- Reply-to: martin dot kahlert at infineon dot com
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.