mirror of
				https://github.com/SwallowOS/xorg_lib_libxtrans
				synced 2025-11-04 13:56:03 +08:00 
			
		
		
		
	Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
		@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user