aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Stephani2019-04-23 23:39:35 +0200
committerPhilipp Stephani2019-04-23 23:39:35 +0200
commit3d30b651ca817ea7594f5ec00d20614aabedffc4 (patch)
tree08f1bdbdb75db002d6ed27d6032b424d27120804 /src
parent51595f5340d141e5f1e7b2a4d858abfa9b12c43e (diff)
downloademacs-3d30b651ca817ea7594f5ec00d20614aabedffc4.tar.gz
emacs-3d30b651ca817ea7594f5ec00d20614aabedffc4.zip
* src/emacs-module.c: Add an additional requirement for API changes.
Diffstat (limited to 'src')
-rw-r--r--src/emacs-module.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c
index d7704efcf6e..b812fdc2df4 100644
--- a/src/emacs-module.c
+++ b/src/emacs-module.c
@@ -32,6 +32,9 @@ rules:
32 32
33- Don't change the types of structure fields. 33- Don't change the types of structure fields.
34 34
35- Likewise, the presence, order, and type of structure fields may not
36 depend on preprocessor macros.
37
35- Add structure fields only at the end of structures. 38- Add structure fields only at the end of structures.
36 39
37- For every Emacs major version there is a new fragment file 40- For every Emacs major version there is a new fragment file