projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d447a8d
)
add doxygen comment for PA_GCC_WEAKREF
author
Lennart Poettering
<lennart@poettering.net>
Fri, 13 Feb 2009 22:06:41 +0000
(23:06 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 13 Feb 2009 22:06:47 +0000
(23:06 +0100)
src/pulse/gccmacro.h
patch
|
blob
|
history
diff --git
a/src/pulse/gccmacro.h
b/src/pulse/gccmacro.h
index
8d9d4f0
..
f110a74
100644
(file)
--- 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