aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jni.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-12-28 06:38:52 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-12-28 06:38:52 +0000
commitdfe5a36e9576498d7aa9555e138b21f6ba9ee214 (patch)
treebba7de0c691d951ea3bfa44719a322941f969d38 /libjava/include/jni.h
parent239b7deaef30a58050dca4a69ca8ef34ae3f2194 (diff)
downloadgcc-dfe5a36e9576498d7aa9555e138b21f6ba9ee214.zip
gcc-dfe5a36e9576498d7aa9555e138b21f6ba9ee214.tar.gz
gcc-dfe5a36e9576498d7aa9555e138b21f6ba9ee214.tar.bz2
boehm.cc: Remove stray semicolon.
* boehm.cc: Remove stray semicolon. * interpret.cc: Likewise. * prims.cc: Likewise. * verify.cc (_Jv_BytecodeVerifier::verify_fail): Move definition earlier to ensure default arguments are processed. * gcj/array.h (JArray): Add forward declaration. (elements): Likewise. * gcj/javaprim.h: Remove stray semicolons. * include/bohm-gc.h: Likewise. * include/jni.h: Likewise. * include/jvm.h: Likewise. * java/lang/Class.h (_Jv_GetArrayClass): Declare _Jv_NewArrayClass. From-SVN: r60556
Diffstat (limited to 'libjava/include/jni.h')
-rw-r--r--libjava/include/jni.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/include/jni.h b/libjava/include/jni.h
index 31f5798..cab4571 100644
--- a/libjava/include/jni.h
+++ b/libjava/include/jni.h
@@ -211,7 +211,7 @@ extern JNIIMPEXP jint JNICALL JNI_CreateJavaVM (JavaVM **, void **, void *);
extern JNIIMPEXP jint JNICALL JNI_GetCreatedJavaVMs(JavaVM **, jsize, jsize *);
#ifdef __cplusplus
-};
+}
#endif /* __cplusplus */
typedef union jvalue