diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:55:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:55:40 +0200 |
commit | 1def3968ddbb2d817f6aea4d6bb6a76b2b4c69b6 (patch) | |
tree | f962ccc054e4ba6ded3b4d3c8723a0d8937b250b /src/test/methods.h | |
parent | use, and define, __GCC__ rather than usign __GNUC__ (diff) | |
download | libgamma-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/test/methods.h')
-rw-r--r-- | src/test/methods.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/methods.h b/src/test/methods.h index 46b7319..c8720bc 100644 --- a/src/test/methods.h +++ b/src/test/methods.h @@ -20,7 +20,7 @@ #ifndef __GCC__ -# define __attribute__() +# define __attribute__(x) #endif /** |