From f1301581ce83ce80426d3fcf09cf12f8527a458b Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 5 Oct 2012 09:16:39 +0200 Subject: Fix Dialyzer warnings Opaque types need to be exported. --- lib/stdlib/src/erl_scan.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/src/erl_scan.erl') diff --git a/lib/stdlib/src/erl_scan.erl b/lib/stdlib/src/erl_scan.erl index 8e59e01f48..0c8735bb6d 100644 --- a/lib/stdlib/src/erl_scan.erl +++ b/lib/stdlib/src/erl_scan.erl @@ -55,7 +55,7 @@ token_info/1,token_info/2, attributes_info/1,attributes_info/2,set_attribute/3]). --export_type([error_info/0, line/0, tokens_result/0]). +-export_type([error_info/0, line/0, return_cont/0, tokens_result/0]). %%% %%% Defines and type definitions -- cgit v1.2.3