[patch config_h.SH] redefining __attribute__
[p5sagit/p5-mst-13.2.git] / win32 / config_H.gc
index c9ce667..000ec70 100644 (file)
@@ -38,6 +38,9 @@
  */
 #define HASATTRIBUTE   /**/
 #ifndef HASATTRIBUTE
+#ifdef __attribute__
+#undef __attribute__
+#endif
 #define __attribute__(_arg_)
 #endif