From 85b77b81caa40f8bcd03921380246cb5863d5d21 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 23:48:01 +0200 Subject: *: use gcc.h macros instead of GLib --- src/playlist_error.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/playlist_error.h') diff --git a/src/playlist_error.h b/src/playlist_error.h index ad9c62cf1..9871a0365 100644 --- a/src/playlist_error.h +++ b/src/playlist_error.h @@ -20,6 +20,8 @@ #ifndef MPD_PLAYLIST_ERROR_H #define MPD_PLAYLIST_ERROR_H +#include "gcc.h" + #include enum playlist_result { @@ -39,7 +41,7 @@ enum playlist_result { /** * Quark for GError.domain; the code is an enum #playlist_result. */ -G_GNUC_CONST +gcc_const static inline GQuark playlist_quark(void) { -- cgit v1.2.3