[Top][All Lists]
[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
Re: [Groff] integer size, Werner LEMBERG, 2001/10/30