src/native/vm/VMVirtualMachine.c (unregisterEvent): print error message
[cacao.git] / src / cacaoh / headers.c
index 817eddccb66665e0cf62b376e78e93202fb29ed0..f01b1a9099224ed01a144edf29dfc3be72eefc12 100644 (file)
@@ -31,7 +31,7 @@
             Christian Thalinger
                        Edwin Steiner
 
-   $Id: headers.c 4938 2006-05-22 09:06:44Z twisti $
+   $Id: headers.c 5019 2006-06-06 21:13:41Z motse $
 
 */
 
@@ -887,6 +887,13 @@ void print_classname(classinfo *clazz)
        }
 } 
 
+/* jvmti releated functions ************************************************/
+
+#if defined(ENABLE_JVMTI)
+void jvmti_fireEvent(void* d) {;}
+#endif
+
+
 
 /*
  * These are local overrides for various environment variables in Emacs.