Skip to content

Commit 5080d56

Browse files
committed
use same extension type as msgpack-ruby for symbols from their README.md
1 parent 10325e3 commit 5080d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mrb_msgpack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ msgpack_ctx_new(mrb_state *mrb, mrb_value self)
979979
}
980980

981981
#ifndef MRB_MSGPACK_DEFAULT_SYMBOL_TYPE
982-
#define MRB_MSGPACK_DEFAULT_SYMBOL_TYPE 1U
982+
#define MRB_MSGPACK_DEFAULT_SYMBOL_TYPE 0U
983983
#endif
984984

985985
static mrb_value

0 commit comments

Comments
 (0)