On Tue, 07 Jul 2009 23:01:58 -0400, Walter Bright <newshou...@digitalmars.com> wrote:
Robert Jacques wrote:
(Caveat: most 32-bit compilers probably defaulted integer to int, though 64-bit compilers are probably defaulting integer to long.)

All 32 bit C compilers defaulted int to 32 bits. 64 bit C compilers are setting int at 32 bits for sensible compatibility reasons.

But are the 64-bit compilers setting the internal "integer" type to 32 or 64 bits? (I'm not running any 64-bit OSes at the moment to test this)

Reply via email to