From c229655df92f9f2fc68fa62136e4b1f3a504ed56 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 16 Feb 2001 20:16:00 +0000 Subject: [PATCH] Added #define PACKED __attribute__((packed)). --- lib/config.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2