* Removed all Id tags.
[cacao.git] / src / vm / builtin.c
index fe50010198f9eeb6f84974aa268ccb93638da071..544ae21781d730c93435beaa0001b140407fcf63 100644 (file)
@@ -28,8 +28,6 @@
    calls instead of machine instructions, using the C calling
    convention.
 
-   $Id: builtin.c 8330 2007-08-16 18:15:51Z twisti $
-
 */
 
 
 #include "native/include/java_lang_Throwable.h"
 
 #include "threads/lock-common.h"
+#if defined(ENABLE_THREADS)
+#include "threads/native/threads.h"
+#else
+#include "threads/none/threads.h"
+#endif
 
 #include "toolbox/logging.h"
 #include "toolbox/util.h"
@@ -1187,7 +1190,11 @@ java_handle_t *builtin_trace_exception(java_handle_t *xptr,
 #endif
 
        if (opt_verbosecall && indent)
+#if defined(__S390__)
+               TRACEJAVACALLINDENT--;
+#else
                methodindent--;
+#endif
 
        /* calculate message length */