Changed the makefile system to autoconf/automake.
[cacao.git] / jit.h
diff --git a/jit.h b/jit.h
index 236b0bdbed96977aec998668677384cf5f7c41ab..aa52b03c7ca696f7e342d7263c52ec53ae12afbb 100644 (file)
--- a/jit.h
+++ b/jit.h
@@ -13,6 +13,9 @@
 
 *******************************************************************************/
 
+#ifndef __jit__
+#define __jit__
+
 /* compiler switches (set by main function) ***********************************/
 
 extern bool runverbose;         /* trace all method invocation                */
@@ -92,6 +95,7 @@ u1 *createnativestub (functionptr f, methodinfo *m);
 void removecompilerstub (u1 *stub);
 void removenativestub (u1 *stub);
 
+#endif
 
 /*
  * These are local overrides for various environment variables in Emacs.