mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
Raise version of erlcinfo
Its format was (repeatedly) changed in previous commits.
This commit is contained in:
parent
07a4a14af6
commit
d62624c86d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
-include("rebar.hrl").
|
-include("rebar.hrl").
|
||||||
-include_lib("stdlib/include/erl_compile.hrl").
|
-include_lib("stdlib/include/erl_compile.hrl").
|
||||||
|
|
||||||
-define(ERLCINFO_VSN, 1).
|
-define(ERLCINFO_VSN, 2).
|
||||||
-define(ERLCINFO_FILE, "erlcinfo").
|
-define(ERLCINFO_FILE, "erlcinfo").
|
||||||
-type erlc_info_v() :: {digraph:vertex(), term()} | 'false'.
|
-type erlc_info_v() :: {digraph:vertex(), term()} | 'false'.
|
||||||
-type erlc_info_e() :: {digraph:vertex(), digraph:vertex()}.
|
-type erlc_info_e() :: {digraph:vertex(), digraph:vertex()}.
|
||||||
|
|
Loading…
Reference in a new issue