We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bac145 commit b9fd86fCopy full SHA for b9fd86f
1 file changed
ext/msgpack/packer.h
@@ -31,15 +31,15 @@ typedef struct msgpack_packer_t msgpack_packer_t;
31
struct msgpack_packer_t {
32
msgpack_buffer_t buffer;
33
34
- bool compatibility_mode;
35
- bool has_bigint_ext_type;
36
- bool has_symbol_ext_type;
37
-
38
ID to_msgpack_method;
39
VALUE to_msgpack_arg;
40
41
VALUE buffer_ref;
42
+ bool compatibility_mode;
+ bool has_bigint_ext_type;
+ bool has_symbol_ext_type;
+
43
/* options */
44
bool comaptibility_mode;
45
msgpack_packer_ext_registry_t ext_registry;
0 commit comments