This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
headers
mirror of
https://github.com/jackaudio/headers
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Revert "systemdeps.h added a new defined case __ARM__ to clear the POST_PACKED_STRUCTURE for ARM compilation."
This reverts commit
3f8627bb85
.
pull/11/head
Adrian Knoth
12 years ago
parent
3f8627bb85
commit
972ff53ae9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
systemdeps.h
+ 1
- 1
systemdeps.h
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__ */
Write
Preview
Loading…
Cancel
Save