[xiph-commits] r14183 - trunk/speex/include/speex

ivo at svn.xiph.org ivo at svn.xiph.org
Sun Nov 18 08:07:51 PST 2007


Author: ivo
Date: 2007-11-18 08:07:51 -0800 (Sun, 18 Nov 2007)
New Revision: 14183

Modified:
   trunk/speex/include/speex/speex_types.h
Log:
OS X correction from libogg; removed some needless white space

Modified: trunk/speex/include/speex/speex_types.h
===================================================================
--- trunk/speex/include/speex/speex_types.h	2007-11-18 12:33:07 UTC (rev 14182)
+++ trunk/speex/include/speex/speex_types.h	2007-11-18 16:07:51 UTC (rev 14183)
@@ -31,10 +31,10 @@
      typedef _G_int16_t spx_int16_t;
      typedef _G_uint16_t spx_uint16_t;
 #  elif defined(__MINGW32__)
-     typedef short spx_int16_t;                                                                             
-     typedef unsigned short spx_uint16_t;                                                                   
-     typedef int spx_int32_t;                                                                               
-     typedef unsigned int spx_uint32_t;                                                                     
+     typedef short spx_int16_t;
+     typedef unsigned short spx_uint16_t;
+     typedef int spx_int32_t;
+     typedef unsigned int spx_uint32_t;
 #  elif defined(__MWERKS__)
      typedef int spx_int32_t;
      typedef unsigned int spx_uint32_t;
@@ -56,7 +56,7 @@
    typedef SInt32 spx_int32_t;
    typedef UInt32 spx_uint32_t;
 
-#elif defined(__MACOSX__) /* MacOS X Framework build */
+#elif (defined(__APPLE__) && defined(__MACH__)) /* MacOS X Framework build */
 
 #  include <sys/types.h>
    typedef int16_t spx_int16_t;



More information about the commits mailing list