aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_scan.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-01-22 12:45:08 +0100
committerHans Bolinder <[email protected]>2013-01-25 12:54:28 +0100
commit7d3be5bd641c99283b003c2b933e89ed68241ccf (patch)
tree2dd5361974c2d17b34910bde76c6ce06235d70c4 /lib/stdlib/src/erl_scan.erl
parentdb770869af66309b9505d051770d8dc4d00354bf (diff)
downloadotp-7d3be5bd641c99283b003c2b933e89ed68241ccf.tar.gz
otp-7d3be5bd641c99283b003c2b933e89ed68241ccf.tar.bz2
otp-7d3be5bd641c99283b003c2b933e89ed68241ccf.zip
Export the type erl_scan:token()
The type erl_parse:token() used to be a two-tuple, but it can also be a three-tuple.
Diffstat (limited to 'lib/stdlib/src/erl_scan.erl')
-rw-r--r--lib/stdlib/src/erl_scan.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/erl_scan.erl b/lib/stdlib/src/erl_scan.erl
index c9c3563d05..26d5747ee7 100644
--- a/lib/stdlib/src/erl_scan.erl
+++ b/lib/stdlib/src/erl_scan.erl
@@ -64,6 +64,7 @@
location/0,
options/0,
return_cont/0,
+ token/0,
tokens_result/0]).
%%%