diff options
Diffstat (limited to 'src')
| -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 |