From: Hannes Jakschitsch Date: Thu, 15 Jul 2004 14:04:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5d5670588190b26a6b9e4c65ebd2a287ba1833cf;p=libfirm *** empty log message *** [r3468] --- diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index 2537194a9..d3adce065 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -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_ */