emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3d30b65: * src/emacs-module.c: Add an additional re


From: Philipp Stephani
Subject: [Emacs-diffs] master 3d30b65: * src/emacs-module.c: Add an additional requirement for API changes.
Date: Tue, 23 Apr 2019 17:39:37 -0400 (EDT)

branch: master
commit 3d30b651ca817ea7594f5ec00d20614aabedffc4
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    * src/emacs-module.c: Add an additional requirement for API changes.
---
 src/emacs-module.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/emacs-module.c b/src/emacs-module.c
index d7704ef..b812fdc 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -32,6 +32,9 @@ rules:
 
 - Don't change the types of structure fields.
 
+- Likewise, the presence, order, and type of structure fields may not
+  depend on preprocessor macros.
+
 - Add structure fields only at the end of structures.
 
 - For every Emacs major version there is a new fragment file



reply via email to

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