__FUNCTION__ is only available under GNU C, else __FILE__ is used
[libfirm] / ir / ir / irnode_t.h
index 837bdfa..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"