typo removed
[libfirm] / ir / ir / irnode.h
index 300ea5e..6e21f77 100644 (file)
@@ -44,7 +44,7 @@ typedef enum {
 # include "irmode.h"
 # include "type.h"
 # include "dbginfo.h"
-# include "exc.h"
+//# include "exc.h"
 
 /**
  * @file irnode.h
@@ -150,7 +150,8 @@ INLINE void          set_irn_link          (ir_node *node, void *link);
 INLINE void         *get_irn_link          (const ir_node *node);
 
 /** Outputs a unique number for this node if libfirm is compiled for
-   debugging, (configure with --enable-debug) else returns 0. */
+   debugging, (configure with --enable-debug) else returns address
+   of node cast to long. */
 INLINE long          get_irn_node_nr(const ir_node *node);
 
 /** Returns the ir_graph this node belongs to. Only valid for