groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] integer size


From: Bernd Warken
Subject: Re: [Groff] integer size
Date: Mon, 29 Oct 2001 23:00:58 +0100
User-agent: Mutt/1.2.5i

On Mon, Oct 29, 2001 at 09:16:05PM +0100, Ted Harding wrote:
> 
> Probably the simplest work-round for this -- if it really is a
> worry -- is a conditional define
> 
>   #if sizeof(int) < 32
>   define int long int
>   #endif

It should be 32/8, but otherwise it is a good idea. I'll use a variation
of this. Thank you.

Bernd


reply via email to

[Prev in Thread] Current Thread [Next in Thread]