* getdate.y (__attribute__): Don't define if already defined.
[pspp] / lib / utimens.c
index 11f04d1ad8ded81b93565d87435dfebea1c566f7..1489df05caeb0752acdf92a4cafef59aa56ae51f 100644 (file)
@@ -54,8 +54,10 @@ struct utimbuf
 # endif
 #endif
 
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
-# define __attribute__(x)
+#ifndef __attribute__
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
+#  define __attribute__(x)
+# endif
 #endif
 
 #ifndef ATTRIBUTE_UNUSED