aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-error.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-18 01:55:40 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-18 01:55:40 +0200
commit1def3968ddbb2d817f6aea4d6bb6a76b2b4c69b6 (patch)
treef962ccc054e4ba6ded3b4d3c8723a0d8937b250b /src/lib/libgamma-error.h
parentuse, and define, __GCC__ rather than usign __GNUC__ (diff)
downloadlibgamma-1def3968ddbb2d817f6aea4d6bb6a76b2b4c69b6.tar.gz
libgamma-1def3968ddbb2d817f6aea4d6bb6a76b2b4c69b6.tar.bz2
libgamma-1def3968ddbb2d817f6aea4d6bb6a76b2b4c69b6.tar.xz
fix removal of __attribute__
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-error.h')
-rw-r--r--src/lib/libgamma-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h
index 7b02e50..d11dbc1 100644
--- a/src/lib/libgamma-error.h
+++ b/src/lib/libgamma-error.h
@@ -24,7 +24,7 @@
#ifndef __GCC__
-# define __attribute__
+# define __attribute__(x)
#endif
#include <sys/types.h>