mirror of https://github.com/ipxe/ipxe.git
__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.pull/1/head
parent
d04b607eb9
commit
484d6e7d24
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
*/
|
||||
#ifdef DOXYGEN
|
||||
#define __attribute__(...)
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue