2002-03-19 Martin Kahlert <martin.kahlert@infineon.com>

* include/jni.h Use correct C comments

From-SVN: r51046
This commit is contained in:
Martin Kahlert 2002-03-19 21:45:42 +00:00 committed by Tom Tromey
parent e37b38d7d6
commit c6ef94c533
2 changed files with 5 additions and 1 deletions

View 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.

View 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>