aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-method.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-18 01:04:06 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-18 01:04:06 +0200
commita8a58d1c98cfc5ca4918a577acc461bc0588c19b (patch)
tree53638932fc037e4f652c2ccf2a1f3750417e8717 /src/lib/libgamma-method.h
parentpython2 can be used (diff)
downloadlibgamma-a8a58d1c98cfc5ca4918a577acc461bc0588c19b.tar.gz
libgamma-a8a58d1c98cfc5ca4918a577acc461bc0588c19b.tar.bz2
libgamma-a8a58d1c98cfc5ca4918a577acc461bc0588c19b.tar.xz
remove __attribute__ if not using gcc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-method.h')
-rw-r--r--src/lib/libgamma-method.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h
index 43dee35..13eb9d9 100644
--- a/src/lib/libgamma-method.h
+++ b/src/lib/libgamma-method.h
@@ -23,6 +23,10 @@
#endif
+#ifndef __GNUC__
+# define __attribute__
+#endif
+
#include <stddef.h>
#include <stdint.h>