__FUNCTION__ is only available under GNU C, else __FILE__ is used
[libfirm] / ir / ir / irnode_t.h
index 602961a..17549a7 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-** declarations of an ir node
+* All rights reserved.
+*
+* Authors: Martin Trapp, Christian Schaefer
+*
+* declarations of an ir node
 */
 
 /* $Id$ */
@@ -14,7 +14,7 @@
 # include "irnode.h"
 # include "xprintf.h"
 # include "irop_t.h"
-# include "common_t.h"
+# include "firm_common_t.h"
 # include "irdom_t.h" /* For size of struct dom_info. */
 # include "dbginfo.h"
 
@@ -160,7 +160,7 @@ struct ir_node {
                              shall replace a node. */
   /**  Fields for optimizations / analysis information **/
   struct ir_node **out;    /* array of out edges */
-  struct dbg_info* dbi;           /* A pointer to information for debug support. */
+  struct dbg_info* dbi;    /* A pointer to information for debug support. */
   /** For debugging **/
 #ifdef DEBUG_libfirm
   int node_nr;             /* a unique node number for each node to make output