* src/native/vm/nativevm.c: Moved to .cpp.
[cacao.git] / src / native / vm / gnuclasspath / java_lang_reflect_VMConstructor.cpp
index ffd97f2b9bfd98c5e8b7df66621eb17f6fab8460..42664496f019d7d4e3d140d674d29bd669b3bc85 100644 (file)
@@ -204,7 +204,6 @@ static JNINativeMethod methods[] = {
 
 *******************************************************************************/
 
-extern "C" {
 void _Jv_java_lang_reflect_VMConstructor_init(void)
 {
        utf *u;
@@ -213,7 +212,6 @@ void _Jv_java_lang_reflect_VMConstructor_init(void)
 
        native_method_register(u, methods, NATIVE_METHODS_COUNT);
 }
-}
 
 
 /*