emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Eli Zaretskii
Subject: Re: Dynamic loading progress
Date: Fri, 16 Oct 2015 09:49:51 +0300

> From: Philipp Stephani <address@hidden>
> Date: Thu, 15 Oct 2015 23:07:41 +0000
> Cc: address@hidden, address@hidden, 
>       address@hidden, address@hidden
> 
>     > # define lisp_h_XLI(o) (o)
>     > # define lisp_h_XIL(i) (i)
>     >
>     > Unless I'm misunderstanding something, these macros can't be used to 
> wrap
>     > pointers in the general case.
>     
>     We do that all the time, so I don't understand why you understand
>     that. Please elaborate.
> 
> I got it backwards: we need to wrap Lisp_Objects in pointers, not the other 
> way
> round. 

That you cannot do portably.  So in that case, I suggest to use a
pointer to the Lisp object instead.



reply via email to

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