X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbecopyilp.c;h=1199df0b677323a1c7bdf8a540cd48d367925792;hb=bd31a5350ce9e110c058b4ad2223d460c9eb5c4e;hp=ad3953793e5746638a20f5f6f803e49a49e7b29c;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/becopyilp.c b/ir/be/becopyilp.c index ad3953793..1199df0b6 100644 --- a/ir/be/becopyilp.c +++ b/ir/be/becopyilp.c @@ -18,13 +18,11 @@ */ /** - * Author: Daniel Grund - * Date: 28.02.2006 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * - * Common stuff used by all ILP fomulations. - * + * @file + * @brief Common stuff used by all ILP formulations. + * @author Daniel Grund + * @date 28.02.2006 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -66,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)