add rbitset_w_size_obstack_alloc(), rbitset_is_empty()
[libfirm] / include / libfirm / ircgcons.h
index aad4840..d001a3c 100644 (file)
 #ifndef FIRM_IR_IRCGCONS_H
 #define FIRM_IR_IRCGCONS_H
 
+#include "firm_config.h"
+
+#ifdef INTERPROCEDURAL_VIEW
+
 #include "firm_types.h"
 
 /** Return the current state of the interprocedural view. */
@@ -53,3 +57,5 @@ void cg_construct(int arr_len, ir_entity *free_methods_arr[]);
 void cg_destruct(void);
 
 #endif
+
+#endif