* Removed all Id tags.
[cacao.git] / src / vm / jit / cfg.h
index 10584c7f6e897cba73359536ac6d849390942b48..a885aa9f8494b8c945c2ecad0ccec538d75ebba9 100644 (file)
@@ -28,8 +28,6 @@
 
    Changes:
 
-   $Id: cacao.c 4357 2006-01-22 23:33:38Z twisti $
-
 */
 
 
 #include "vm/jit/jit.h"
 
 
+/* defines ********************************************************************/
+
+#define CFG_UNKNOWN_PREDECESSORS    -1
+
+
 /* function prototypes ********************************************************/
 
 bool cfg_build(jitdata *jd);