Browse Source

[cosmetics] Sanitise systemdeps.h

tags/v1.9.10
Adrian Knoth 12 years ago
parent
commit
aa5593229d
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      common/jack/systemdeps.h

+ 5
- 5
common/jack/systemdeps.h View File

@@ -52,9 +52,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#else #else
#define PRE_PACKED_STRUCTURE #define PRE_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE #define POST_PACKED_STRUCTURE
#endif
#endif /* _MSC_VER */


#endif
#endif /* __GNUC__ */


#endif #endif


@@ -101,7 +101,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
typedef pthread_t jack_native_thread_t; typedef pthread_t jack_native_thread_t;
#endif #endif


#endif // WIN32 && !__CYGWIN__ && !GNU_WIN32 */
#endif /* WIN32 && !__CYGWIN__ && !GNU_WIN32 */


#if defined(__APPLE__) || defined(__linux__) || defined(__sun__) || defined(sun) || defined(__unix__) || defined(__CYGWIN__) || defined(GNU_WIN32) #if defined(__APPLE__) || defined(__linux__) || defined(__sun__) || defined(sun) || defined(__unix__) || defined(__CYGWIN__) || defined(GNU_WIN32)


@@ -118,11 +118,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
typedef pthread_t jack_native_thread_t; typedef pthread_t jack_native_thread_t;


#endif /* __APPLE__ || __linux__ || __sun__ || sun */
#endif /* __APPLE__ || __linux__ || __sun__ || sun */


#if defined(__arm__) #if defined(__arm__)
#undef POST_PACKED_STRUCTURE #undef POST_PACKED_STRUCTURE
#define POST_PACKED_STRUCTURE #define POST_PACKED_STRUCTURE
#endif /* __arm__ */ #endif /* __arm__ */


#endif
#endif /* __jack_systemdeps_h__ */

Loading…
Cancel
Save