X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=9749c90e1bb76bed7ebb560d6070dda61aab8851;hb=8974b94349462d835b33ad4f896d1821986458bd;hp=942d9895c7ef63d092af9d99de3c6473d368a2a9;hpb=4d5c3365a58cba59993045a9e08e686d8ae079a7;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 942d9895c..9749c90e1 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -18,20 +18,18 @@ */ /** - * Author: Daniel Grund - * Date: 17.05.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * CVS-ID: $Id$ - * - * ILP formalization using: - * ???? + * @file + * @brief ILP formalization using: ??? + * @author Daniel Grund + * @date 17.05.2005 + * @version $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#include "firm_config.h" + #ifdef WITH_ILP #include "becopyilp_t.h" @@ -43,7 +41,10 @@ typedef struct _my_env_t { } my_env_t; -int co_solve_ilp1(copy_opt_t *co, double time_limit) { +int co_solve_ilp1(copy_opt_t *co, double time_limit) +{ + (void) co; + (void) time_limit; return 1; }