X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule_t.h;h=c78bfe78c4f94d2a79ea7bee063ce29516643195;hb=780d1704bdcc2332c68a5161cfaa0f15cee9c352;hp=15b89a782ad4a1e6c138e4189422f9d144647e96;hpb=73ae17c0daf7b7779d669eb78f6bad992ad68111;p=libfirm diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h index 15b89a782..c78bfe78c 100644 --- a/ir/be/bemodule_t.h +++ b/ir/be/bemodule_t.h @@ -34,7 +34,7 @@ */ struct be_module_list_entry_t { const char *name; /**< The name of the entry. */ - const void *data; /**< Some data associated with this entry. */ + void *data; /**< Some data associated with this entry. */ struct be_module_list_entry_t *next; /**< Points to the next entry. */ };