diff options
author | Max Horn | 2007-07-01 18:18:43 +0000 |
---|---|---|
committer | Max Horn | 2007-07-01 18:18:43 +0000 |
commit | e1bcd70436656ed48933aadca38636f70348c842 (patch) | |
tree | fe324a6c31f5c368277c3b9e9fd42e0440f8dc7f /test/common | |
parent | f7041f94ce0a28ed21b918d1fb05ba66f131ea6d (diff) | |
download | scummvm-rg350-e1bcd70436656ed48933aadca38636f70348c842.tar.gz scummvm-rg350-e1bcd70436656ed48933aadca38636f70348c842.tar.bz2 scummvm-rg350-e1bcd70436656ed48933aadca38636f70348c842.zip |
Re-added __attribute__(packed)
svn-id: r27830
Diffstat (limited to 'test/common')
-rw-r--r-- | test/common/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/pack.h b/test/common/pack.h index 68254db187..76086b05ca 100644 --- a/test/common/pack.h +++ b/test/common/pack.h @@ -12,7 +12,7 @@ struct TestStruct { uint16 z; uint32 a; byte b; -}; +} PACKED_STRUCT; #include <common/pack-end.h> // END STRUCT PACKING |