newcomp moved to jit
[cacao.git] / global.h
index df11a012c4a2ad86fb0d07dd80c6efe41fc6a3de..dc791983d4c9915d6e5923262094b6a2635d78f8 100644 (file)
--- a/global.h
+++ b/global.h
 *******************************************************************************/
 
 #ifndef __global_h_
-#define __global_h_                        /* schani */
+#define __global_h_
 
-#define STATISTICS                         /* andi   */
+#define OLD_COMPILER        /* if enabled makes old compiler available        */
+
+#define STATISTICS          /* if enabled collects program statistics         */
 
 /* JIT_MARKER_SUPPORT is the define used to toggle Just-in-time generated
-   marker functions on and off. */
-#undef JIT_MARKER_SUPPORT                  /* phil   */
+       marker functions on and off.
+*/
+#undef  JIT_MARKER_SUPPORT  /* phil   */
 
 /* standard includes **********************************************************/