dmd 1.046 and 2.031 releases

Robert Jacques sandford at jhu.edu
Tue Jul 7 20:44:36 PDT 2009


On Tue, 07 Jul 2009 23:01:58 -0400, Walter Bright  
<newshound1 at 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)


More information about the Digitalmars-d-announce mailing list