From 00fa7a8def826d2a4c8fb9e2c38208103bf04341 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Sat, 23 Feb 2019 18:59:06 +0100 Subject: Document deprecations and removals --- lib/erl_interface/doc/src/ref_man_ei.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lib/erl_interface/doc/src/ref_man_ei.xml') diff --git a/lib/erl_interface/doc/src/ref_man_ei.xml b/lib/erl_interface/doc/src/ref_man_ei.xml index 92ff9ed328..d8d1deaea1 100644 --- a/lib/erl_interface/doc/src/ref_man_ei.xml +++ b/lib/erl_interface/doc/src/ref_man_ei.xml @@ -30,8 +30,14 @@ ref_man_ei.xml -

The ei library is a C interface library for - communication with Erlang.

+

The support for VxWorks is deprecated as of OTP 22, and + will be removed in OTP 23.

+

The old legacy erl_interface library (functions + with prefix erl_) is deprecated as of OTP 22, and will be + removed in OTP 23. This does not apply to the ei + library. Reasonably new gcc compilers will issue deprecation + warnings. In order to disable these warnings, define the macro + EI_NO_DEPR_WARN.

By default, the ei library is only guaranteed to be compatible with other Erlang/OTP components from the same -- cgit v1.2.3