From c70264f609b22c79cab75133aef21b631713d192 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 29 Dec 2006 20:26:08 +0000 Subject: [PATCH] remove unneeded ARCH_M68K for typedef --- libmacos/macos/types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libmacos/macos/types.h b/libmacos/macos/types.h index 16878ac..db261c0 100644 --- a/libmacos/macos/types.h +++ b/libmacos/macos/types.h @@ -8,14 +8,12 @@ #define __MACOS_TYPES_H__ #ifndef _SYS_TYPES_H -#ifdef ARCH_M68K typedef unsigned char u_int8_t; typedef signed char int8_t; typedef unsigned short u_int16_t; typedef signed short int16_t; typedef unsigned int u_int32_t; typedef signed int int32_t; -#endif /* ARCH_M68K */ #endif /* _SYS_TYPES_H */ typedef int16_t OSErr;