Skip to content

Commit

Permalink
[RTI-9528] Adjust for OTP23 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored May 27, 2021
1 parent 9dea89c commit f0a546f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions include/erlmld.hrl
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
-ifndef(ERLMLD_HRL).

-define(ERLMLD_HRL, true).

-record(sequence_number,
{%% overall record sequence number:
base :: undefined | non_neg_integer() | atom(),
Expand Down Expand Up @@ -45,5 +41,3 @@
%% magic number identifying deflate-compressed KPL record, compressed using
%% zlib:compress/1. the KPL checksum trailer is included in the deflated data.
-define(KPL_AGG_MAGIC_DEFLATED, <<16#01, 16#89, 16#9A, 16#C2>>).

-endif.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{plugins, [rebar3_gpb_plugin]}.

{project_plugins,
[{rebar3_hex, "~> 6.11.0"},
{rebar3_format, "~> 1.0.0"},
[{rebar3_hex, "~> 6.11.3"},
{rebar3_format, "~> 1.0.1"},
{rebar3_lint, "~> 0.4.0"},
{rebar3_hank, "~> 0.4.0"}]}.
{rebar3_hank, "~> 1.1.1"}]}.

{gpb_opts,
[{i, "priv/proto"},
Expand Down

0 comments on commit f0a546f

Please sign in to comment.