emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-diffs Digest, Vol 94, Issue 89


From: Stefan Monnier
Subject: Re: Emacs-diffs Digest, Vol 94, Issue 89
Date: Sat, 25 Sep 2010 22:09:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>  . if the source is a Lisp_Object passed through XINT, cast to an int,
>    preferably inside an accessor macro

Ideally, we'd have two XINT-style macros, one that returns an int and
one that returns an EMACS_INT.  E.g. for chars, we'd use the `int'
version since chars use less than 32 bits.


        Stefan



reply via email to

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