X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule_t.h;h=c88809e927b08d9d17cd7ecee0d41f9145c1bbed;hb=2cfb4be35e6255d7cd59824e9b7a5eea39705227;hp=15b89a782ad4a1e6c138e4189422f9d144647e96;hpb=73ae17c0daf7b7779d669eb78f6bad992ad68111;p=libfirm diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h index 15b89a782..c88809e92 100644 --- a/ir/be/bemodule_t.h +++ b/ir/be/bemodule_t.h @@ -22,7 +22,6 @@ * @brief Backend module interface. * @author Matthias Braun * @date 11.12.2006 - * @version $Id$ */ #ifndef FIRM_BE_BEMODULE_T_H #define FIRM_BE_BEMODULE_T_H @@ -34,7 +33,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. */ };