- BugFix: check mode_T nodes for different_constraints
[libfirm] / ir / be / bemodule.h
index c1cb23c..95e6911 100644 (file)
@@ -57,7 +57,7 @@ void be_quit_modules(void);
 typedef struct be_module_list_entry_t be_module_list_entry_t;
 
 void be_add_module_to_list(be_module_list_entry_t **list_head, const char *name,
-                           const void *module);
+                           void *module);
 
 void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name,
                             const char *description,