emacs-devel
[Top][All Lists]
Advanced

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

Re: EMACS_INT cleanup


From: Eli Zaretskii
Subject: Re: EMACS_INT cleanup
Date: Thu, 23 Sep 2010 22:52:00 +0200

> Date: Thu, 23 Sep 2010 22:46:09 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> Better make it a type that is 64-bit wide on a 64-bit host.  Perhaps
> 
>   #define SPECPDL_INDEX()     ((unsigned long) (specpdl_ptr - specpdl))

On second thought, maybe you are right, and casting to int is better.
Perhaps just leave a comment there explaining why.



reply via email to

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