aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual/macros.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-12 11:42:52 +0100
committerGitHub <[email protected]>2017-01-12 11:42:52 +0100
commita31d0d047d4993003e71c1c3febbf6b8b9eb318e (patch)
tree0d1c81d1dd1eb0714c156d0ab134f67ea6e1f20f /system/doc/reference_manual/macros.xml
parente9c6524685ab63749ec88bcc4ed30ec7cbda8eb4 (diff)
parentd917e51b6a53b44bcb45a8ede9eecd39042c6627 (diff)
downloadotp-a31d0d047d4993003e71c1c3febbf6b8b9eb318e.tar.gz
otp-a31d0d047d4993003e71c1c3febbf6b8b9eb318e.tar.bz2
otp-a31d0d047d4993003e71c1c3febbf6b8b9eb318e.zip
Merge pull request #1304 from bjorng/bjorn/ref-manual
Reference Manual: Remove references to OTP releases before R13A
Diffstat (limited to 'system/doc/reference_manual/macros.xml')
-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])).