Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation."

This reverts commit 3f8627bb8573177a59ad39b51642fd1a5f8b515f.
This commit is contained in:
Adrian Knoth 2014-02-14 14:32:56 +01:00 committed by Filipe Coelho
parent 9b24ad869e
commit a10c9c3e6c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#endif /* __APPLE__ || __linux__ || __sun__ || sun */
#if defined(__arm__) || defined(__ARM__)
#if defined(__arm__)
#undef POST_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE
#endif /* __arm__ */