From 7d3be5bd641c99283b003c2b933e89ed68241ccf Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 22 Jan 2013 12:45:08 +0100 Subject: 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. --- lib/stdlib/src/erl_scan.erl | 1 + 1 file changed, 1 insertion(+) (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 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]). %%% -- cgit v1.2.3