X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule.h;h=95e6911e153021b99e2f112e8e41051f64b625ef;hb=69a5cd48b51a38cf6abc517bca2feef9f3a6c433;hp=c1cb23c779aa7f85ccf47eb9ba740f5a5c1aba6f;hpb=73ae17c0daf7b7779d669eb78f6bad992ad68111;p=libfirm diff --git a/ir/be/bemodule.h b/ir/be/bemodule.h index c1cb23c77..95e6911e1 100644 --- a/ir/be/bemodule.h +++ b/ir/be/bemodule.h @@ -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,