summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-utils/attributes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h
index c5674051f..c468b7ba5 100644
--- a/src/xine-utils/attributes.h
+++ b/src/xine-utils/attributes.h
@@ -37,7 +37,9 @@
#endif
#else
#undef ATTRIBUTE_PACKED
-#define __attribute_not_used__(x) /**/
+#ifndef __attribute__
+#define __attribute__(x) /**/
+#endif /* __attribute __*/
#endif
#endif /* ATTRIBUTE_H_ */