diff options
Diffstat (limited to 'opcodes/m32c-desc.h')
-rw-r--r-- | opcodes/m32c-desc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/m32c-desc.h b/opcodes/m32c-desc.h index 573336f41fd..3bfdaf6c04d 100644 --- a/opcodes/m32c-desc.h +++ b/opcodes/m32c-desc.h @@ -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 */ |