diff --git a/mach/proto/ncg/types.h b/mach/proto/ncg/types.h index ee666132..2fa8237b 100644 --- a/mach/proto/ncg/types.h +++ b/mach/proto/ncg/types.h @@ -20,8 +20,4 @@ typedef char * string; #define full int #endif -#if TEM_WSIZE>2 #define word long -#else -#define word int -#endif