emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Paul Eggert
Subject: Re: Dynamic loading progress
Date: Thu, 05 Mar 2015 09:37:34 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 03/05/2015 05:12 AM, Aurélien Aptel wrote:
typedef void* emacs_value;

To convert a Lisp_Objet to an emacs_value I simply cast

I don't see how this can work reliably if EMACS_INT and 'void *' have different widths. You should be able to reproduce the problem on x86 with 'configure --with-wide-int'.



reply via email to

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