replaced variable args macros by functions to make it c89 compatible
[libfirm] / ir / ana / irdom.c
index fefdc79..a6a4147 100644 (file)
@@ -1,13 +1,18 @@
-/* Copyright (C) 2002 by Universitaet Karlsruhe
-* All rights reserved.
-*
-* Authors:  Goetz Lindenmaier
-*
-* irdom.c --- Dominator tree.
-*
-*/
-
-/* $Id$ */
+/*
+ * Project:     libFIRM
+ * File name:   ir/ana/irdom.c
+ * Purpose:     Construct and access dominator tree.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     2.2002
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2002-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "irouts.h"
 
@@ -17,7 +22,7 @@
 #include "irnode_t.h"
 
 /**********************************************************************/
-/** Accessing the dominator datastructures                           **/
+/** Accessing the dominator data structures                          **/
 /**********************************************************************/
 
 ir_node *get_Block_idom(ir_node *bl) {