X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fs12z-opc.h;h=6508f712340dc6094ac65534248aaa87bda437c8;hb=708e4b9f189a86d542519b35e36e3f087b36b524;hp=04e15595b3876279877b43a69d86ae1d12ae8b5e;hpb=e5a557ac01a775df64ae8149c5fe7d503f46a92f;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/s12z-opc.h b/opcodes/s12z-opc.h index 04e15595b3..6508f71234 100644 --- a/opcodes/s12z-opc.h +++ b/opcodes/s12z-opc.h @@ -22,6 +22,11 @@ #include +#ifdef __cplusplus +extern "C" +{ +#endif + /* An abstraction used to read machine code from a source. */ struct mem_read_abstraction_base { @@ -262,6 +267,8 @@ struct memory_operand int decode_s12z (enum optr *myoperator, short *osize, int *n_operands, struct operand **operands, struct mem_read_abstraction_base *); - +#ifdef __cplusplus +} +#endif #endif /* S12Z_OPC_H */