X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_opts_t.h;h=28cc0ce8e22f7bce9541faa38a5417dba957346d;hb=a1e9069afa4fa1e16e2d176bcd7905d6a1ed4677;hp=7354bc4da7ee280175841d31fb69b575bcd1b87f;hpb=de1b0c8d4f653f534a38740ad7f6803d82f2762e;p=libfirm diff --git a/ir/libcore/lc_opts_t.h b/ir/libcore/lc_opts_t.h index 7354bc4da..28cc0ce8e 100644 --- a/ir/libcore/lc_opts_t.h +++ b/ir/libcore/lc_opts_t.h @@ -45,11 +45,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;