From eb93e2fbb56b52d0a495460050197a5dada67409 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 26 Nov 2001 11:42:57 +0000 Subject: Fix '../../config.h:151:2: #endif without #if' error in generated config.h file CVS patchset: 1114 CVS date: 2001/11/26 11:42:57 --- acconfig.h | 5 +++-- 1 file 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_ */ -- cgit v1.2.3