aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer_callgraph.erl
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2010-03-08 12:54:32 +0200
committerBjörn Gustavsson <[email protected]>2010-06-03 14:34:26 +0200
commit6452b57e6f6719febeb5d069ff3ffbdc23e5a4ad (patch)
treecfbad199c2309efb064a1b69e23a8efa190794fa /lib/dialyzer/src/dialyzer_callgraph.erl
parent95277553914a5c1a64fa93ac4b84ae475f49d695 (diff)
downloadotp-6452b57e6f6719febeb5d069ff3ffbdc23e5a4ad.tar.gz
otp-6452b57e6f6719febeb5d069ff3ffbdc23e5a4ad.tar.bz2
otp-6452b57e6f6719febeb5d069ff3ffbdc23e5a4ad.zip
Support -export_type() in dialyzer and erl_types
Diffstat (limited to 'lib/dialyzer/src/dialyzer_callgraph.erl')
-rw-r--r--lib/dialyzer/src/dialyzer_callgraph.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dialyzer/src/dialyzer_callgraph.erl b/lib/dialyzer/src/dialyzer_callgraph.erl
index f932f43548..d3de5aaf45 100644
--- a/lib/dialyzer/src/dialyzer_callgraph.erl
+++ b/lib/dialyzer/src/dialyzer_callgraph.erl
@@ -59,6 +59,8 @@
put_named_tables/2, put_public_tables/2, put_behaviour_api_calls/2,
get_behaviour_api_calls/1]).
+-export_type([callgraph/0]).
+
-include("dialyzer.hrl").
%%----------------------------------------------------------------------