diff options
| author | Philipp Stephani | 2019-04-23 23:39:35 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2019-04-23 23:39:35 +0200 |
| commit | 3d30b651ca817ea7594f5ec00d20614aabedffc4 (patch) | |
| tree | 08f1bdbdb75db002d6ed27d6032b424d27120804 /src/emacs-module.c | |
| parent | 51595f5340d141e5f1e7b2a4d858abfa9b12c43e (diff) | |
| download | emacs-3d30b651ca817ea7594f5ec00d20614aabedffc4.tar.gz emacs-3d30b651ca817ea7594f5ec00d20614aabedffc4.zip | |
* src/emacs-module.c: Add an additional requirement for API changes.
Diffstat (limited to 'src/emacs-module.c')
| -rw-r--r-- | src/emacs-module.c | 3 |
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 |