X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp.c;h=1199df0b677323a1c7bdf8a540cd48d367925792;hb=bd31a5350ce9e110c058b4ad2223d460c9eb5c4e;hp=b42cad0e72a8d5251331a89e0cdb775c40e682eb;hpb=d6768d8d4427959eb045aafb1d15bd189beaa5dd;p=libfirm diff --git a/ir/be/becopyilp.c b/ir/be/becopyilp.c index b42cad0e7..1199df0b6 100644 --- a/ir/be/becopyilp.c +++ b/ir/be/becopyilp.c @@ -64,7 +64,7 @@ static const lc_opt_table_entry_t options[] = { LC_OPT_ENT_BOOL ("net", "solve over the net", &solve_net), LC_OPT_ENT_BOOL ("log", "show ilp solving log", &solve_log), LC_OPT_ENT_ENUM_MASK("dump", "dump flags", &dump_var), - { NULL } + LC_OPT_LAST }; void be_init_copyilp(void)