aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2012-06-02 18:35:45 +0200
committerAnthony Ramine <[email protected]>2012-06-02 18:41:17 +0200
commit78553dceee0bd891558995a0a4ea993f6d58f6cb (patch)
tree3d8e909511baaefa258f7e6d5c9111ff72652170 /lib/stdlib/src
parent9bbda97f63ba4ee7cd58c266ee69af1059352189 (diff)
downloadotp-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.erl2
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