* src/threads/threadlist.c: Moved to .cpp.
[cacao.git] / src / threads / thread.hpp
index 21dff9df65a891b5a289fe17b8af0d8a55718229..b50db4370728cc6ae88aae68d9d921a6781c9d97 100644 (file)
@@ -332,8 +332,6 @@ threadobject *thread_get_thread(java_handle_t *h);
 
 bool          threads_thread_is_alive(threadobject *t);
 
-void          threads_dump(void);
-
 
 /* implementation specific functions */
 
@@ -355,12 +353,12 @@ void          threads_impl_thread_start(threadobject *thread, functionptr f);
 
 void          threads_yield(void);
 
-#endif /* ENABLE_THREADS */
-
 #ifdef __cplusplus
 }
 #endif
 
+#endif /* ENABLE_THREADS */
+
 #endif // _THREAD_HPP