Subject: Re: SIZE_T_MAX Problem
To: Christos Zoulas <christos@zoulas.com>
From: Christian Limpach <chris@pin.lu>
List: current-users
Date: 08/16/2003 18:57:38
Quoting Christian Limpach <chris@pin.lu>:

> I have:
> #if !defined(SIZE_T_MAX) && defined(SIZE_MAX)
> #define SIZE_T_MAX SIZE_MAX
> #endif
> in my cat.c or compat_defs.h but maybe it should be named SIZE_MAX anyway
> 
> (cf. UINT32_MAX, U?QUAD_MAX, ...)

I've send-pr a patch for this and a couple more modifications needed to 
build on Debian GNU/Linux: see toolchain/22504

-- 
Christian Limpach <chris@pin.lu>