diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:50:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:50:10 +0200 |
commit | 132d5fad266b1af8ea0cc61c8d55192113f14e2b (patch) | |
tree | 094f320da925c488bf452cece7518e49985adafb /src/test/methods.h | |
parent | add missing _error suffix (diff) | |
download | libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.gz libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.bz2 libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.xz |
use, and define, __GCC__ rather than usign __GNUC__
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 8e99921..46b7319 100644 --- a/src/test/methods.h +++ b/src/test/methods.h @@ -19,7 +19,7 @@ #define LIBGAMMA_TEST_METHODS_H -#ifndef __GNUC__ +#ifndef __GCC__ # define __attribute__() #endif |