X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=9749c90e1bb76bed7ebb560d6070dda61aab8851;hb=0b1140d1887f497ef413709e5cda2608f2cd1017;hp=d50c333dbe15bc806837f838ec0fac46b979099a;hpb=1cde7f7a4532b1920dcb26fdc172a0ed6b6ae12f;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index d50c333db..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. * @@ -28,6 +28,8 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ +#include "firm_config.h" + #ifdef WITH_ILP #include "becopyilp_t.h" @@ -39,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; }