aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-11 14:50:47 +0100
committerBjörn Gustavsson <[email protected]>2017-01-11 14:50:47 +0100
commited3307e38a22c7dc02057b75c8dbc12410c11ea4 (patch)
tree2f2c9e43e2819baab00c77ab6872b46cc6619f59 /system
parent14de54495030e746b475afa13aead9e86d8bc3ec (diff)
downloadotp-ed3307e38a22c7dc02057b75c8dbc12410c11ea4.tar.gz
otp-ed3307e38a22c7dc02057b75c8dbc12410c11ea4.tar.bz2
otp-ed3307e38a22c7dc02057b75c8dbc12410c11ea4.zip
macros.xml: Remove a reference to OTP R7
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/macros.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/doc/reference_manual/macros.xml b/system/doc/reference_manual/macros.xml
index 5f24473557..b6c740dd10 100644
--- a/system/doc/reference_manual/macros.xml
+++ b/system/doc/reference_manual/macros.xml
@@ -286,7 +286,6 @@ t.erl:5: Warning: -warning("Macro VERSION not defined -- using default version."
argument, is expanded to a string containing the tokens of
the argument. This is similar to the <c>#arg</c> stringifying
construction in C.</p>
- <p>The feature was added in Erlang 5.0/OTP R7.</p>
<p><em>Example:</em></p>
<code type="none">
-define(TESTCALL(Call), io:format("Call ~s: ~w~n", [??Call, Call])).