diff --git a/ext/msgpack/packer.h b/ext/msgpack/packer.h index dc05656f..1fedcb7b 100644 --- a/ext/msgpack/packer.h +++ b/ext/msgpack/packer.h @@ -31,15 +31,15 @@ typedef struct msgpack_packer_t msgpack_packer_t; struct msgpack_packer_t { msgpack_buffer_t buffer; - bool compatibility_mode; - bool has_bigint_ext_type; - bool has_symbol_ext_type; - ID to_msgpack_method; VALUE to_msgpack_arg; VALUE buffer_ref; + bool compatibility_mode; + bool has_bigint_ext_type; + bool has_symbol_ext_type; + /* options */ bool comaptibility_mode; msgpack_packer_ext_registry_t ext_registry;