*** empty log message ***
authorHannes Jakschitsch <hannes@ipd.info.uni-karlsruhe.de>
Thu, 15 Jul 2004 14:04:45 +0000 (14:04 +0000)
committerHannes Jakschitsch <hannes@ipd.info.uni-karlsruhe.de>
Thu, 15 Jul 2004 14:04:45 +0000 (14:04 +0000)
[r3468]

ir/ir/irnode.h

index 2537194..d3adce0 100644 (file)
@@ -86,6 +86,11 @@ typedef enum {
 typedef struct ir_node ir_node;
 #endif
 
+#ifdef __cplusplus
+       extern "C" {
+
+#endif
+
 /**
  *   you can work on the graph without considering the different types
  *   of nodes, it's just a big graph.
@@ -943,4 +948,8 @@ void    dump_irn(ir_node *n);
 /*@}*/ /* end of ir_node group definition */
 
 
+#ifdef __cplusplus
+}
+#endif
+
 # endif /* _IRNODE_H_ */