From c17ea6b7d43feec4ea79de3e5934a2047cb3af8c Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 26 Oct 2002 02:12:27 +0000 Subject: Remove assert(0), left over from testing. dispose of event queue. CVS patchset: 2998 CVS date: 2002/10/26 02:12:27 --- src/xine-utils/attributes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xine-utils/attributes.h') diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 5e4afaa73..e7e48d5af 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -29,7 +29,9 @@ /* disable GNU __attribute__ extension, when not compiling with GNU C */ #if defined(__GNUC__) +#ifndef ATTRIBUTE_PACKED #define ATTRIBUTE_PACKED 1 +#endif #else #undef ATTRIBUTE_PACKED #define __attribute__(x) /**/ -- cgit v1.2.3