I was annoyed by the compiler warnings about implicit conversions.
[libfirm] / ir / be / bemachine.c
index 89cf3ec..b95b920 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.
  *
  */
 
 /**
- * Abstract machine interface.
- * @author Christian Wuerdig
- * @date   01.12.2006
- * @cvs-id $Id$
+ * @file
+ * @brief       Abstract machine interface.
+ * @author      Christian Wuerdig
+ * @date        01.12.2006
+ * @version     $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include "bemachine.h"