j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: 2010-01-28 14:20:14 +0100 (Thu, 28 Jan 2010) New Revision: 670
Modified: trunk/fcode-utils-devel/shared/types.h Log: Also use the APPLE section on x86/x64 systems.
Modified: trunk/fcode-utils-devel/shared/types.h =================================================================== --- trunk/fcode-utils-devel/shared/types.h 2010-01-24 13:38:28 UTC (rev 669) +++ trunk/fcode-utils-devel/shared/types.h 2010-01-28 13:20:14 UTC (rev 670) @@ -39,7 +39,7 @@ * **************************************************************************** */
-#if defined(__ppc__) && defined(__APPLE__) +#if defined(__APPLE__) #include <sys/types.h>
typedef int8_t s8;