summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-27 22:11:40 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-27 22:11:40 -0800
commitbd53f4c8543faf910a7a151241ee07661b4d57ad (patch)
treebd3f1f79bae5b5ca6e4e08e57e5a989986df2378
parent3c4e0455425d5afd546c4a3f2cc9f8c7e60f2fca (diff)
downloadxorg-lib-libxtrans-baserock/morph.tar.gz
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headersbaserock/morph
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--doc/xtrans.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/xtrans.xml b/doc/xtrans.xml
index 10da846..59daa3f 100644
--- a/doc/xtrans.xml
+++ b/doc/xtrans.xml
@@ -1259,11 +1259,7 @@ All functions names in the source are of the format
<function>TRANS()</function>
macro is defined as
<programlisting language="C">
-#if (__STDC__ &amp;&amp; !defined(UNIXCPP)) || defined(ANSICPP)
#define TRANS(func) _PROTOCOLTrans##func
-#else
-#define TRANS(func) _PROTOCOLTrans/**/func
-#endif
</programlisting>
</para>