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/Makefile | |
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/Makefile')
-rw-r--r-- | lib/stdlib/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/src/Makefile b/lib/stdlib/src/Makefile index 1b3744b6fb..baa178e624 100644 --- a/lib/stdlib/src/Makefile +++ b/lib/stdlib/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1996-2013. 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 @@ -58,6 +58,7 @@ MODULES= \ edlin \ edlin_expand \ epp \ + erl_anno \ erl_bits \ erl_compile \ erl_eval \ |