diff options
author | Travis Howell | 2006-03-09 09:36:09 +0000 |
---|---|---|
committer | Travis Howell | 2006-03-09 09:36:09 +0000 |
commit | f848dd1d99040a93363f591ce5f63f3c0110cef1 (patch) | |
tree | 86316a1e803804823246e851973a5dc846fb4b69 /common | |
parent | 8a5f44d797230d3a72697df6d1ee785a04b01d0e (diff) | |
download | scummvm-rg350-f848dd1d99040a93363f591ce5f63f3c0110cef1.tar.gz scummvm-rg350-f848dd1d99040a93363f591ce5f63f3c0110cef1.tar.bz2 scummvm-rg350-f848dd1d99040a93363f591ce5f63f3c0110cef1.zip |
Revert GCC_PACK removal, which broke compile
svn-id: r21158
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 49257cd799..496df0a7d7 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -371,7 +371,7 @@ #define NORETURN __attribute__((__noreturn__)) #define GCC_PRINTF(x,y) __attribute__((format(printf, x, y))) #else - #define GCC_PRINTF(x,y) + #define GCC_PACK(x,y) #endif |