From c5e50161c54fc226aeeaa04b404fc9c14737fd44 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 30 Dec 2005 15:25:46 +0000 Subject: [PATCH] extern "C" added [r7169] --- ir/debug/dbginfo.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ir/debug/dbginfo.h b/ir/debug/dbginfo.h index c92da1afc..cb8fa179e 100644 --- a/ir/debug/dbginfo.h +++ b/ir/debug/dbginfo.h @@ -33,6 +33,10 @@ #include "firm_types.h" #include "ident.h" +#ifdef __cplusplus +extern "C" { +#endif + /** * @defgroup debug The Firm interface to debugging support. * @@ -203,4 +207,8 @@ void default_dbg_info_merge_sets(ir_node **new_nodes, int n_new_nodes, ir_node **old_nodes, int n_old_nodes, dbg_action info); +#ifdef __cplusplus +} +#endif + #endif /* _DBGINFO_H_ */ -- 2.20.1