OSDN Git Service

2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Mar 2002 21:45:42 +0000 (21:45 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Mar 2002 21:45:42 +0000 (21:45 +0000)
* include/jni.h Use correct C comments

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

libjava/ChangeLog
libjava/include/jni.h

index 7878586..38bcb31 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.
 2002-03-18  Tom Tromey  <tromey@redhat.com>
 
        * include/jni.h (JNIIMPORT): New macro.
index 5510079..6eb0440 100644 (file)
@@ -16,7 +16,7 @@ details.  */
 
 #include <gcj/libgcj-config.h>
 
 
 #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>
 #include <stdio.h>
 
 #include <stdarg.h>