diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 14:13:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 14:13:19 +0200 |
commit | 9c6ab18b013f61274bec5f0cd74ae396bfde049c (patch) | |
tree | 78c4dc6c4662e4f5fa8c722b1e43e95f4cce9ad1 | |
parent | move out test mapping functions from test.c into ramps.c (diff) | |
download | libgamma-9c6ab18b013f61274bec5f0cd74ae396bfde049c.tar.gz libgamma-9c6ab18b013f61274bec5f0cd74ae396bfde049c.tar.bz2 libgamma-9c6ab18b013f61274bec5f0cd74ae396bfde049c.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/lib/fake-quartz-cg.h | 2 | ||||
-rw-r--r-- | src/lib/fake-w32-gdi.h | 2 | ||||
-rw-r--r-- | src/lib/libgamma-error.h | 2 | ||||
-rw-r--r-- | src/lib/libgamma-method.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/fake-quartz-cg.h b/src/lib/fake-quartz-cg.h index 8a30ce5..f32c1b1 100644 --- a/src/lib/fake-quartz-cg.h +++ b/src/lib/fake-quartz-cg.h @@ -75,7 +75,7 @@ void close_fake_quartz_cg(void); #ifndef __GCC__ -# undefine __attribute__ +# undef __attribute__ #endif #endif diff --git a/src/lib/fake-w32-gdi.h b/src/lib/fake-w32-gdi.h index b3b9271..6c49e6c 100644 --- a/src/lib/fake-w32-gdi.h +++ b/src/lib/fake-w32-gdi.h @@ -84,7 +84,7 @@ BOOL EnumDisplayDevices(LPCTSTR restrict lpDevice, DWORD iDevNum, #ifndef __GCC__ -# undefine __attribute__ +# undef __attribute__ #endif #endif diff --git a/src/lib/libgamma-error.h b/src/lib/libgamma-error.h index 77564d7..73c224a 100644 --- a/src/lib/libgamma-error.h +++ b/src/lib/libgamma-error.h @@ -382,7 +382,7 @@ int libgamma_value_of_error(const char* name) __attribute__((const)); #ifndef __GCC__ -# undefine __attribute__ +# undef __attribute__ #endif #endif diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index 7d73191..90fd25c 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -1284,7 +1284,7 @@ void libgamma_gamma_rampsd_free(libgamma_gamma_rampsd_t* restrict this); #ifndef __GCC__ -# undefine __attribute__ +# undef __attribute__ #endif #endif |