remove the concept of M_except, we always use the normal M proj now
[libfirm] / ir / ir / irphase.c
index 0f5b9fa..6a3cf69 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.
  *
  * @brief    Phase information handling using node indexes.
  * @author   Sebastian Hack
  * @version  $Id$
- * @summary
+ * @brief
  *  A phase contains a link to private data for each node in an ir graph.
  *  A phase is independent from the globally visible link field of ir nodes.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include "array.h"
 #include "util.h"