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: - 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