diff options
Diffstat (limited to 'opcodes/m32r-opc.h')
-rw-r--r-- | opcodes/m32r-opc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/m32r-opc.h b/opcodes/m32r-opc.h index 0dab539..5778f39 100644 --- a/opcodes/m32r-opc.h +++ b/opcodes/m32r-opc.h @@ -25,6 +25,10 @@ This file is part of the GNU Binutils and/or GDB, the GNU debugger. #ifndef M32R_OPC_H #define M32R_OPC_H +#ifdef __cplusplus +extern "C" { +#endif + /* -- opc.h */ #undef CGEN_DIS_HASH_SIZE @@ -141,4 +145,8 @@ struct cgen_fields } + #ifdef __cplusplus + } + #endif + #endif /* M32R_OPC_H */ |