emacs-devel
[Top][All Lists]
Advanced

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

Re: Windows 64 port


From: Fabrice Popineau
Subject: Re: Windows 64 port
Date: Tue, 27 Mar 2012 14:47:53 +0200



2012/3/1 Paul Eggert <address@hidden>
> -    unsigned long int magic; /* Magic number to check header integrity.  */
> +    uint64_t magic;  /* Magic number to check header integrity.  */

Not needed for Windows 64, since the magic number fits in 32 bits.

If it fits in 32 bits, then it shouldn't be long in first place? 
Unsigned int is enough and will be 32 bits wide ofr x86 and x64.

--
Fabrice

reply via email to

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