From f59cf1fcdc88959d87072205a41f542c12e73e37 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 21 Jul 2006 21:25:17 +0000 Subject: Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 --- common/scummsys.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/scummsys.h') diff --git a/common/scummsys.h b/common/scummsys.h index a76ca494e6..cb26901ddf 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -359,11 +359,9 @@ // GCC specific stuff // #if defined(__GNUC__) - #define GCC_PACK __attribute__((packed)) #define NORETURN __attribute__((__noreturn__)) #define GCC_PRINTF(x,y) __attribute__((format(printf, x, y))) #else - #define GCC_PACK #define GCC_PRINTF(x,y) #endif -- cgit v1.2.3