diff options
author | Hans Bolinder <[email protected]> | 2012-10-08 08:41:11 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2012-10-08 08:41:11 +0200 |
commit | aead007ef22abb50d8cfbd0a58eb9f41fbb2f363 (patch) | |
tree | dbb341600c811826a41f03e1164498eb917a57de /lib/stdlib/src/erl_scan.erl | |
parent | 13348e02f5aac5509e3b7ef0ea4142e25c472b1d (diff) | |
parent | f1301581ce83ce80426d3fcf09cf12f8527a458b (diff) | |
download | otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.tar.gz otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.tar.bz2 otp-aead007ef22abb50d8cfbd0a58eb9f41fbb2f363.zip |
Merge branch 'hb/stdlib/opaque_warnings/OTP-10436'
* hb/stdlib/opaque_warnings/OTP-10436:
Fix Dialyzer warnings
Diffstat (limited to 'lib/stdlib/src/erl_scan.erl')
-rw-r--r-- | lib/stdlib/src/erl_scan.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |