mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-19 07:00:03 -05:00
Fixed PA_GCC_CONST definition.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1919 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bdf97468f3
commit
dbcd086332
1 changed files with 2 additions and 2 deletions
|
|
@ -70,9 +70,9 @@
|
||||||
|
|
||||||
#ifndef PA_GCC_CONST
|
#ifndef PA_GCC_CONST
|
||||||
#ifdef __GNUCC__
|
#ifdef __GNUCC__
|
||||||
#define PA_GCC_CONST __attribute__ ((pure))
|
#define PA_GCC_CONST __attribute__ ((const))
|
||||||
#else
|
#else
|
||||||
/** This function's return value depends only the arguments list (stricter version of PA_GCC_CONST) **/
|
/** This function's return value depends only the arguments list (stricter version of PA_GCC_PURE) **/
|
||||||
#define PA_GCC_CONST
|
#define PA_GCC_CONST
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue