irgmod: Pass the new inputs to turn_into_tuple() instead of initialising them with...
[libfirm] / ir / be / bemodule_t.h
index 15b89a7..c88809e 100644 (file)
@@ -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. */
 };