mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* dwarf2.h: Wrap function declarations in extern "C".
From-SVN: r186918
This commit is contained in:
@@ -361,6 +361,10 @@ enum dwarf_macro_record_type
|
||||
#define DW_EH_PE_indirect 0x80
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* Return the name of a DW_TAG_ constant, or NULL if the value is not
|
||||
recognized. */
|
||||
extern const char *get_DW_TAG_name (unsigned int tag);
|
||||
@@ -385,4 +389,8 @@ extern const char *get_DW_ATE_name (unsigned int enc);
|
||||
recognized. */
|
||||
extern const char *get_DW_CFA_name (unsigned int opc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* _DWARF2_H */
|
||||
|
||||
Reference in New Issue
Block a user