summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>