aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2006-03-09 09:36:09 +0000
committerTravis Howell2006-03-09 09:36:09 +0000
commitf848dd1d99040a93363f591ce5f63f3c0110cef1 (patch)
tree86316a1e803804823246e851973a5dc846fb4b69 /common
parent8a5f44d797230d3a72697df6d1ee785a04b01d0e (diff)
downloadscummvm-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.h2
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