We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 938d75e + b9fd86f commit b3bcc6bCopy full SHA for b3bcc6b
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