emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117286: Fix last commit.


From: Paul Eggert
Subject: Re: [Emacs-diffs] trunk r117286: Fix last commit.
Date: Mon, 09 Jun 2014 09:44:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 06/09/2014 09:19 AM, Stefan Monnier wrote:
Yes, but for things which are conceptually global (e.g. all the Qfoo
thingies, which by convention share namespace with Elisp's)

OK, I'll bump the priority of Bug#15880; this should resolve the issue of worrying about 'static' before Qfoo declarations.

I had been meaning to do this anyway, for another reason: I would like 'NILP (x)' in C to compile into something as simple and efficient as 'x == 0', and we can do that if we apply the patch in Bug#15880 and one or two other transformations. With luck, this should address the other objections to the proposed patch in Bug#15880.



reply via email to

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