david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

__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
1 changed files with 1 additions and 1 deletions

View File

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