Changed the makefile system to autoconf/automake.
[cacao.git] / jit / jitdef.h
index 0a69c868ea0ff6852990d81cc178d55e8dd679e0..c55fc994fd0bfa7fc87a898cbbb5b52dbee32d35 100644 (file)
@@ -12,7 +12,8 @@
 
 *******************************************************************************/
 
-#include "../sysdep/types.h"
+#ifndef __jitdef__
+#define __jitdef__
 
 /**************************** resolve typedef-cycles **************************/
 
@@ -1119,3 +1120,5 @@ void asm_handle_nat_exception();
 
 static void disassinstr (int c, int pos);       /* disassemble an instruction */
 static void disassemble (int *code, int len);   /* disassemble a code block   */
+
+#endif