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, 19 Nov 2015 10:53:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 11/19/2015 10:06 AM, Eli Zaretskii wrote:
But then module.c should be renamed to emacs-module.c.  Or even
emodule.[ch], which is shorter.

A quick Google search suggests that Enlightenment uses emodule.h, so if we want the name to be globally unique then we'll need a more-specific name like emacs-module.h or gemodule.h (and likewise for .c).

Alternatively, we could have an internal and an external header files;
the latter will have to be installed by "make install" in the include
tree, and so doesn't have to be used for internal compilation.

If possible I'd rather use the same .h file for both internal and external. Simpler, more-often checked, that sort of thing.



reply via email to

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