add more extern C
[deliverable/binutils-gdb.git] / include / opcode / ia64.h
index 09959950de66e1dcbe1587645def45227493deca..2463f5a189593994481aba597c5ebfa6aa89415d 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "bfd.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 typedef BFD_HOST_U_64_BIT ia64_insn;
 
@@ -418,4 +421,8 @@ extern const struct ia64_dependency *ia64_find_dependency (int);
    in bfd/cpu-ia64-opc.c: */
 extern const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT];
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* opcode_ia64_h */
This page took 0.025006 seconds and 4 git commands to generate.