From: Martin Mares Date: Fri, 16 Feb 2001 20:16:00 +0000 (+0000) Subject: Added #define PACKED __attribute__((packed)). X-Git-Tag: holmes-import~1550 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c229655df92f9f2fc68fa62136e4b1f3a504ed56;p=libucw.git Added #define PACKED __attribute__((packed)). --- diff --git a/lib/config.h b/lib/config.h index c34d41cd..761751e3 100644 --- a/lib/config.h +++ b/lib/config.h @@ -73,6 +73,7 @@ typedef s32 sh_foff_t; #define NONRET __attribute__((noreturn)) #define UNUSED __attribute__((unused)) #define CONSTRUCTOR __attribute__((constructor)) +#define PACKED __attribute__((packed)) #else #error This program requires the GNU C compiler.