]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs-module.c: Add an additional requirement for API changes.
authorPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 21:39:35 +0000 (23:39 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 23 Apr 2019 21:39:35 +0000 (23:39 +0200)
src/emacs-module.c

index d7704efcf6ead7e95c236b035b4e3dbaa91de013..b812fdc2df4930328a7755a6b49575e59b805b14 100644 (file)
@@ -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