Regen opcodes cgen files
[deliverable/binutils-gdb.git] / opcodes / m32c-desc.h
index 573336f41fdfca286887ac77b81a2d2cb7ab4bf3..3bfdaf6c04d877a95a6c4a33963e3d45bb2e3389 100644 (file)
@@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 #ifndef M32C_CPU_H
 #define M32C_CPU_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define CGEN_ARCH m32c
 
 /* Given symbol S, return m32c_cgen_<S>.  */
@@ -537,4 +541,8 @@ extern const CGEN_HW_ENTRY m32c_cgen_hw_table[];
 
 
 
+   #ifdef __cplusplus
+   }
+   #endif
+
 #endif /* M32C_CPU_H */
This page took 0.033839 seconds and 4 git commands to generate.