]> gcc.gnu.org Git - gcc.git/commitdiff
2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>
authorMartin Kahlert <martin.kahlert@infineon.com>
Tue, 19 Mar 2002 21:45:42 +0000 (21:45 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 19 Mar 2002 21:45:42 +0000 (21:45 +0000)
* include/jni.h Use correct C comments

From-SVN: r51046

libjava/ChangeLog
libjava/include/jni.h

index 78785861a435a36595fb187481ffe56273900561..38bcb31fc19eb5beb38e8850eba17668713e114d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-19  Martin Kahlert  <martin.kahlert@infineon.com>
+
+       * include/jni.h Use correct C comments 
+
 2002-03-18  Tom Tromey  <tromey@redhat.com>
 
        * include/jni.h (JNIIMPORT): New macro.
index 5510079b8a19613f2b6019ef29412165c498f848..6eb04407ad48f7b5ff5cf2e78d9cbc72f3b7828e 100644 (file)
@@ -16,7 +16,7 @@ details.  */
 
 #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>
This page took 0.070738 seconds and 5 git commands to generate.