aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_scan.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-08-22 18:09:17 +0200
committerLukas Larsson <[email protected]>2012-08-22 18:09:17 +0200
commit0994710c308990a04ca1245c894e4e373e55bcec (patch)
treed95c8b3588229001a1b8d5b9d4f681724fdeeeaf /lib/stdlib/src/erl_scan.erl
parent064b42237d891d5fdcb6c1a351980b8291437618 (diff)
downloadotp-0994710c308990a04ca1245c894e4e373e55bcec.tar.gz
otp-0994710c308990a04ca1245c894e4e373e55bcec.tar.bz2
otp-0994710c308990a04ca1245c894e4e373e55bcec.zip
Revert "Merge branch 'nox/compile-column-numbers' into maint"
Column numbers was merged without understanding all the whole story. See mail on erlang-patches for details. This reverts commit df8e67e203b83f95d1e098fec88ad5d0ad840069, reversing changes made to 0c9d90f314f364e5b1301ec89d762baabc57c7aa.
Diffstat (limited to 'lib/stdlib/src/erl_scan.erl')
-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 be64b428b1..10b2ed2e49 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, location/0, tokens_result/0]).
+-export_type([error_info/0, line/0, tokens_result/0]).
%%%
%%% Defines and type definitions