|
From: | Paul Eggert |
Subject: | Re: [PATCH] Change module interface to no longer use GMP objects directly. |
Date: | Fri, 22 Nov 2019 18:13:13 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 11/21/19 12:31 PM, Philipp Stephani wrote:
It's crucial that there's a single canonical emacs-module.h.
I don't see why it's crucial. Certainly emacs-module.h will differ for different Emacs versions, and people will deal with any mismatches as usual. And developers do not expect /usr/include/stdio.h to be the same on all platforms; why would they expect /usr/include/emacs-module.h to be the same? After all, modules themselves will not be portable among platforms, even if the module's sources and include files are byte-for-byte identical.
[Prev in Thread] | Current Thread | [Next in Thread] |