Undefined __attribute__ in some circumstances.
authorWayne Davison <wayned@samba.org>
Wed, 28 Apr 2004 17:35:08 +0000 (17:35 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 28 Apr 2004 17:35:08 +0000 (17:35 +0000)
popt/system.h

index eac5fb1..02f05c1 100644 (file)
 #include <unistd.h>
 #endif
 
+#if !defined(__GNUC__) || defined(APPLE)
+/* Apparently the OS X port of gcc gags on __attribute__.
+ *
+ * <http://www.opensource.apple.com/bugs/X/gcc/2512150.html> */
+#define __attribute__(x) 
+
+#endif
+
 #ifdef __NeXT
 /* access macros are not declared in non posix mode in unistd.h -
  don't try to use posix on NeXTstep 3.3 ! */