diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-27 22:11:40 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-27 22:11:40 -0800 |
commit | bd53f4c8543faf910a7a151241ee07661b4d57ad (patch) | |
tree | bd3f1f79bae5b5ca6e4e08e57e5a989986df2378 | |
parent | 3c4e0455425d5afd546c4a3f2cc9f8c7e60f2fca (diff) |
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | doc/xtrans.xml | 4 |
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__ && !defined(UNIXCPP)) || defined(ANSICPP) #define TRANS(func) _PROTOCOLTrans##func -#else -#define TRANS(func) _PROTOCOLTrans/**/func -#endif </programlisting> </para> |