* src/vm/exceptions.c (exceptions_throw_unsatisfiedlinkerror)
[cacao.git] / src / native / vm / java_lang_Object.h
index 0fdb6d29f0d38d35cc47bf0a38fc1e6cc5b17f08..9d7146513d2ab5a7bb10adc5d699fddde388c1d5 100644 (file)
@@ -1,6 +1,6 @@
 /* src/native/vm/java_lang_Object.h - java/lang/Object functions
 
-   Copyright (C) 2006 R. Grafl, A. Krall, C. Kruegel, C. Oates,
+   Copyright (C) 2006, 2007 R. Grafl, A. Krall, C. Kruegel, C. Oates,
    R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
    C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
    Institut f. Computersprachen - TU Wien
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Contact: cacao@cacaojvm.org
-
-   Authors: Christian Thalinger
-
    $Id: java_lang_VMObject.c 6213 2006-12-18 17:36:06Z twisti $
 
 */
 #include "vm/types.h"
 
 #include "native/jni.h"
+
 #include "native/include/java_lang_Class.h"
-#include "native/include/java_lang_Cloneable.h"
+
+#if defined(ENABLE_JAVASE)
+# include "native/include/java_lang_Cloneable.h"
+#endif
+
 #include "native/include/java_lang_Object.h"
 
 
@@ -51,9 +52,7 @@ void              _Jv_java_lang_Object_notifyAll(java_lang_Object *this);
 void              _Jv_java_lang_Object_wait(java_lang_Object *o, s8 ms, s4 ns);
 
 #if defined(ENABLE_JAVASE)
-
 java_lang_Object *_Jv_java_lang_Object_clone(java_lang_Cloneable *this);
-
 #endif
 
 #endif /* _JV_JAVA_LANG_OBJECT_H */