fixed precedence constraint
[libfirm] / ir / be / bemachnode.c
index d9c05d0..a1f8ae1 100644 (file)
@@ -1,8 +1,10 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "bemachnode.h"
 #include "irnode_t.h"
 
-typedef ir_node *** mirn_handle;
-
 /** Helper: fills in the array for machine ops */
 static int fill_arr(ir_node *op, mirn_handle res) {
        ir_node **ins = get_irn_in(op);