[pulseaudio-commits] r2239 - /branches/glitch-free/src/pulse/cdecl.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Fri Apr 11 09:28:18 PDT 2008
Author: lennart
Date: Fri Apr 11 18:28:17 2008
New Revision: 2239
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2239&root=pulseaudio&view=rev
Log:
remove gcc macros from cdecl.h because we have them in gccmacro.h now
Modified:
branches/glitch-free/src/pulse/cdecl.h
Modified: branches/glitch-free/src/pulse/cdecl.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/cdecl.h?rev=2239&root=pulseaudio&r1=2238&r2=2239&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/cdecl.h (original)
+++ branches/glitch-free/src/pulse/cdecl.h Fri Apr 11 18:28:17 2008
@@ -41,22 +41,4 @@
#endif
-#ifndef PA_GCC_PURE
-#ifdef __GNUCC__
-#define PA_GCC_PURE __attribute__ ((pure))
-#else
-/** This function's return value depends only the arguments list and global state **/
-#define PA_GCC_PURE
#endif
-#endif
-
-#ifndef PA_GCC_CONST
-#ifdef __GNUCC__
-#define PA_GCC_CONST __attribute__ ((pure))
-#else
-/** This function's return value depends only the arguments list (stricter version of PA_GCC_CONST) **/
-#define PA_GCC_CONST
-#endif
-#endif
-
-#endif
More information about the pulseaudio-commits
mailing list