sparc: mark has_delay_slot as node flag
[libfirm] / ir / libcore / lc_opts_t.h
index 7354bc4..46f6d46 100644 (file)
@@ -27,7 +27,6 @@
 #include "lc_opts.h"
 #include "list.h"
 
-#include "lc_common_t.h"
 #include "lc_defines.h"
 
 typedef struct {
@@ -45,11 +44,11 @@ typedef struct {
        unsigned is_set : 1;
 } lc_opt_special_t;
 
-struct _lc_opt_entry_t {
+struct lc_opt_entry_t {
        unsigned hash;
        const char *name;
        const char *desc;
-       struct _lc_opt_entry_t *parent;
+       struct lc_opt_entry_t *parent;
 
        unsigned is_grp : 1;