* lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
proper alignment.
This commit is contained in:
parent
b39bb7e124
commit
55c131eef9
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-04-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* lisp.h (struct Lisp_Symbol): Add explicit padding to ensure
|
||||
proper alignment.
|
||||
|
||||
2012-04-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* xml.c (init_libxml2_functions) [WINDOWSNT]:
|
||||
|
|
|
@ -1134,6 +1134,8 @@ struct Lisp_Symbol
|
|||
special (with `defvar' etc), and shouldn't be lexically bound. */
|
||||
unsigned declared_special : 1;
|
||||
|
||||
unsigned spacer : 23;
|
||||
|
||||
/* The symbol's name, as a Lisp string.
|
||||
The name "xname" is used to intentionally break code referring to
|
||||
the old field "name" of type pointer to struct Lisp_String. */
|
||||
|
|
Loading…
Add table
Reference in a new issue