2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

__attribute__ does not need to be treated as a variadic macro, since

it is always used as __attribute__((...)).  Since variadic macros seem
to confuse poor doxygen, change it to a single-valued macro.
This commit is contained in:
Michael Brown 2005-05-18 15:02:23 +00:00
parent d04b607eb9
commit 484d6e7d24

View File

@ -7,7 +7,7 @@
*
*/
#ifdef DOXYGEN
#define __attribute__(...)
#define __attribute__(x)
#endif
/*