Procházet zdrojové kódy

__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.
tags/v0.9.3
Michael Brown před 19 roky
rodič
revize
484d6e7d24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/include/compiler.h

+ 1
- 1
src/include/compiler.h Zobrazit soubor

@@ -7,7 +7,7 @@
7 7
  *
8 8
  */
9 9
 #ifdef DOXYGEN
10
-#define __attribute__(...)
10
+#define __attribute__(x)
11 11
 #endif
12 12
 
13 13
 /*

Načítá se…
Zrušit
Uložit