replaced variable args macros by functions to make it c89 compatible
[libfirm] / ir / ana / irdom.c
index e25e392..a6a4147 100644 (file)
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "irouts.h"
 
 #include "irgwalk.h"
@@ -18,7 +22,7 @@
 #include "irnode_t.h"
 
 /**********************************************************************/
-/** Accessing the dominator datastructures                           **/
+/** Accessing the dominator data structures                          **/
 /**********************************************************************/
 
 ir_node *get_Block_idom(ir_node *bl) {