* src/lisp.h: Add comment (Bug#31996#25).
This commit is contained in:
parent
591bb3d900
commit
b2c854a0e1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue