bug-hurd
[Top][All Lists]
Advanced

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

Re: Recent checkins


From: Niels Möller
Subject: Re: Recent checkins
Date: 08 May 2002 21:51:40 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

tb@becket.net (Thomas Bushnell, BSG) writes:

> Simon Law <sfllaw@engmail.uwaterloo.ca> writes:
> > 
> >     short int <= int <= long int
> 
> And we know more specifically that:
> 
> short int < int = long int.

Not generally in ANSI-C, and not on all existing C compilers. E.g. I
think cray vector machins typically have

  char = short = int = long

Or are you talking about x86 only?

/Niels



reply via email to

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