aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2006-03-09 09:40:07 +0000
committerTravis Howell2006-03-09 09:40:07 +0000
commit47f66f80b951adb6bf80b3056918798448dca4c1 (patch)
tree02e99fdf38c67e6738b20c10550b5efaaa9c61ae /common
parentf848dd1d99040a93363f591ce5f63f3c0110cef1 (diff)
downloadscummvm-rg350-47f66f80b951adb6bf80b3056918798448dca4c1.tar.gz
scummvm-rg350-47f66f80b951adb6bf80b3056918798448dca4c1.tar.bz2
scummvm-rg350-47f66f80b951adb6bf80b3056918798448dca4c1.zip
Revert GCC_PACK removal, which broke compile
svn-id: r21159
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 496df0a7d7..509b9a3d69 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -372,6 +372,7 @@
#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
#else
#define GCC_PACK(x,y)
+ #define GCC_PRINTF(x,y)
#endif