diff options
author | Hans Bolinder <[email protected]> | 2015-03-09 16:25:00 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-04-30 08:47:11 +0200 |
commit | 3c2be863bde4965a1ac61092b1348b96397940cb (patch) | |
tree | 40f580cef20826854551e48a6c4f33085bfaf6cb /lib/stdlib/src/stdlib.app.src | |
parent | 147e8b9bd0b36315f0d8bd38e39c51d93cd9f509 (diff) | |
download | otp-3c2be863bde4965a1ac61092b1348b96397940cb.tar.gz otp-3c2be863bde4965a1ac61092b1348b96397940cb.tar.bz2 otp-3c2be863bde4965a1ac61092b1348b96397940cb.zip |
stdlib: Add module erl_anno
Introduce erl_anno, an abstraction of the second element of tokens and
tuples in the abstract format. The convention that negative line
numbers can be used for silencing compiler warnings will no longer
work in OTP 19; instead the annotation 'generated' is to be used.
Diffstat (limited to 'lib/stdlib/src/stdlib.app.src')
-rw-r--r-- | lib/stdlib/src/stdlib.app.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/src/stdlib.app.src b/lib/stdlib/src/stdlib.app.src index a435d683a5..d4d2237b38 100644 --- a/lib/stdlib/src/stdlib.app.src +++ b/lib/stdlib/src/stdlib.app.src @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2011. All Rights Reserved. +%% Copyright Ericsson AB 1996-2015. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -39,6 +39,7 @@ edlin_expand, epp, eval_bits, + erl_anno, erl_bits, erl_compile, erl_eval, |