- add support for statistics and merge debug info
[libfirm] / include / libfirm / irprog.h
index 3d8abcb..748030a 100644 (file)
@@ -98,9 +98,9 @@ void irp_reserve_resources(ir_prog *irp, ir_resources_t resources);
 void irp_free_resources(ir_prog *irp, ir_resources_t resources);
 ir_resources_t irp_resources_reserved(const ir_prog *irp);
 #else
-void irp_reserve_resources(irp, resources)
-void irp_free_resources(irp, resources)
-ir_resources_t irp_resources_reserved(irp)   0
+#define irp_reserve_resources(irp, resources)
+#define irp_free_resources(irp, resources)
+#define irp_resources_reserved(irp)   0
 #endif
 
 /**