diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h index 8d9d4f021..f110a7408 100644 --- a/src/pulse/gccmacro.h +++ b/src/pulse/gccmacro.h @@ -119,6 +119,7 @@ #ifndef PA_GCC_WEAKREF #ifdef __GNUC__ +/** Macro for usgae of GCC's weakref attribute */ #define PA_GCC_WEAKREF(x) __attribute__((weakref(#x))); #endif #endif