Open erszcz opened 7 years ago
This patch fixes the issue mentioned in #12 and associated compile time warnings.
ERLTUPLE is a type tag which can be bitwise 'or'ed into values, ERL{SMALL,LARGE}_TUPLE_EXT is External Term Format type qualifier: http://erlang.org/doc/apps/erts/erl_ext_dist.html#id100449
@benoitc What's the status of this PR?
This patch fixes the issue mentioned in #12 and associated compile time warnings.
ERLTUPLE is a type tag which can be bitwise 'or'ed into values, ERL{SMALL,LARGE}_TUPLE_EXT is External Term Format type qualifier: http://erlang.org/doc/apps/erts/erl_ext_dist.html#id100449