diff options
author | Anthony Ramine <[email protected]> | 2012-06-02 18:35:45 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2012-06-02 18:41:17 +0200 |
commit | 78553dceee0bd891558995a0a4ea993f6d58f6cb (patch) | |
tree | 3d8e909511baaefa258f7e6d5c9111ff72652170 /lib/stdlib/src | |
parent | 9bbda97f63ba4ee7cd58c266ee69af1059352189 (diff) | |
download | otp-78553dceee0bd891558995a0a4ea993f6d58f6cb.tar.gz otp-78553dceee0bd891558995a0a4ea993f6d58f6cb.tar.bz2 otp-78553dceee0bd891558995a0a4ea993f6d58f6cb.zip |
Export type erl_scan:location/0
Diffstat (limited to 'lib/stdlib/src')
-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 10b2ed2e49..be64b428b1 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, location/0, tokens_result/0]). %%% %%% Defines and type definitions |