]> mj.ucw.cz Git - libucw.git/commitdiff
Added #define PACKED __attribute__((packed)).
authorMartin Mares <mj@ucw.cz>
Fri, 16 Feb 2001 20:16:00 +0000 (20:16 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 16 Feb 2001 20:16:00 +0000 (20:16 +0000)
lib/config.h

index c34d41cd87c1a67a041c6fb7aa5db98b8f31f024..761751e3da822a65bca75cafc815cbeb40653587 100644 (file)
@@ -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.