X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule.c;h=ec8c5748a2be2b28ea1c402a1bbdbd74b7a419be;hb=d05a8de2337bd4a09336cce45f21ad2345d03856;hp=a00714a8d518a8f2021308d76b8113a1b6aa9a62;hpb=73ae17c0daf7b7779d669eb78f6bad992ad68111;p=libfirm diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index a00714a8d..ec8c5748a 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -24,9 +24,7 @@ * @date 29.09.2005 * @version $Id$ */ -#ifndef HAVE_CONFIG_H #include "config.h" -#endif #include @@ -241,7 +239,7 @@ int dump_opt_module_vals(char *buf, size_t buflen, const char *name, * Add a new module to list. */ void be_add_module_to_list(be_module_list_entry_t **list_head, const char *name, - const void *module) + void *module) { be_module_list_entry_t *entry = XMALLOC(be_module_list_entry_t); entry->name = name;