fix firm backend
[libfirm] / ir / be / bemodule.h
index 659e5f7..e66545c 100644 (file)
@@ -32,8 +32,6 @@ void be_quit_modules(void);
 
 //---------------------------------------------------------------------------
 
-#ifdef WITH_LIBCORE
-
 #include <libcore/lc_opts.h>
 
 typedef struct be_module_list_entry_t be_module_list_entry_t;
@@ -43,8 +41,7 @@ void be_add_module_to_list(be_module_list_entry_t **list_head, const char *name,
 
 void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name,
                             const char *description,
-                            const be_module_list_entry_t * const * first, void **var);
-
-#endif
+                            be_module_list_entry_t * const * first,
+                            void **var);
 
 #endif