Skip to content

Commit 338ea78

Browse files
committed
add undefined option
1 parent 6733800 commit 338ea78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/msgpack.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
impl = erlang :: erlang | nif,
6464
allow_atom = none :: none | pack, %% allows atom when packing
6565
enable_str = false :: boolean(), %% true for new spec
66-
ext_packer = undefined :: msgpack_ext_packer(),
67-
ext_unpacker = undefined :: msgpack_ext_unpacker(),
66+
ext_packer = undefined :: msgpack_ext_packer() | undefined,
67+
ext_unpacker = undefined :: msgpack_ext_unpacker() | undefined,
6868
original_list = [] :: msgpack_list_options()
6969
}).
7070

0 commit comments

Comments
 (0)