* Removed all Id tags.
[cacao.git] / src / threads / none / threads.h
index 19146040aa79a98ac66401802f48744c0909da5d..73c89aebc823d1bbe141a5fa95bbdb52bf0b5ce6 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: threads.h 4405 2006-02-03 12:46:22Z twisti $
-
 */
 
 
@@ -46,7 +44,7 @@
 
 /* exception pointer **********************************************************/
 
-extern java_objectheader    *_no_threads_exceptionptr;
+extern java_object_t        *_no_threads_exceptionptr;
 
 #define exceptionptr        (&_no_threads_exceptionptr)
 
@@ -64,6 +62,16 @@ extern u2 _no_threads_filterverbosecallctr[2];
 #define FILTERVERBOSECALLCTR (_no_threads_filterverbosecallctr)
 #endif
 
+/* state for trace java call **************************************************/
+
+#if !defined(NDEBUG)
+extern s4 _no_threads_tracejavacallindent;
+#define TRACEJAVACALLINDENT (_no_threads_tracejavacallindent)
+
+extern u4 _no_threads_tracejavacallcount;
+#define TRACEJAVACALLCOUNT (_no_threads_tracejavacallcount)
+#endif
+
 #endif /* _THREADS_H */