projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591bb3d
)
* src/lisp.h: Add comment (Bug#31996#25).
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 29 Jun 2018 07:29:13 +0000
(
00:29
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 29 Jun 2018 07:29:41 +0000
(
00:29
-0700)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index cf7b8c0ebc5ea1b2e31a4bebac7ea2336e370c6e..6203a746a308c322200b96fb85dcb54375b1d22d 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-3050,6
+3050,8
@@
enum specbind_tag {
union specbinding
{
+ /* Aligning similar members consistently might help efficiency slightly
+ (Bug#31996#25). */
ENUM_BF (specbind_tag) kind : CHAR_BIT;
struct {
ENUM_BF (specbind_tag) kind : CHAR_BIT;