summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 16853add6..e0f1b61cc 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,5 +1,6 @@
#ifndef _CONFIG_H_
#define _CONFIG_H_
+@TOP@
#undef XINE_MAJOR
#undef XINE_MINOR
@@ -97,7 +98,7 @@
@BOTTOM@
/* Disable GCC compiler extensions, if gcc is not in use */
#ifndef __GNUC__
-#define __attribute__(x) /**/
+#define __attribute__(x) /*empty*/
#endif
-#endif
+#endif /* _CONFIG_H_ */