better gcc detect

This commit is contained in:
John Cupitt 2014-05-06 09:54:09 +01:00
parent 1384f9d4e0
commit b586f31bf0
1 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,14 @@ extern "C" {
# endif
#endif /*SWIG*/
/* If this isn't gcc, turn off attributes.
*/
#ifndef __GNUC__
# ifndef __attribute__
# define __attribute__(x) /*NOTHING*/
# endif
#endif /*__GNUC__*/
#include <vips/basic.h>
#include <vips/buf.h>