remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / be / becopyilp1.c
index 942d989..44c16d4 100644 (file)
@@ -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.
  *
  */
 
 /**
- * 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 "config.h" /* HAVE_CONFIG_H */
 
 #ifdef WITH_ILP
 
@@ -43,7 +37,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;
 }