projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51595f5
)
* src/emacs-module.c: Add an additional requirement for API changes.
author
Philipp Stephani
<phst@google.com>
Tue, 23 Apr 2019 21:39:35 +0000
(23:39 +0200)
committer
Philipp Stephani
<phst@google.com>
Tue, 23 Apr 2019 21:39:35 +0000
(23:39 +0200)
src/emacs-module.c
patch
|
blob
|
history
diff --git
a/src/emacs-module.c
b/src/emacs-module.c
index d7704efcf6ead7e95c236b035b4e3dbaa91de013..b812fdc2df4930328a7755a6b49575e59b805b14 100644
(file)
--- 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