[patch config_h.SH] redefining __attribute__
[p5sagit/p5-mst-13.2.git] / wince / config_H.ce
index aaff6d2..1ce2dd6 100644 (file)
@@ -38,6 +38,9 @@
  */
 /*#define HASATTRIBUTE         /**/
 #ifndef HASATTRIBUTE
+#ifdef __attribute__
+#undef __attribute__
+#endif
 #define __attribute__(_arg_)
 #endif