diff options
| author | Paul Eggert | 2015-01-10 13:35:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-10 13:42:34 -0800 |
| commit | 288e1fd737265b7fc20c2c0d5a7b4ffaf26ecf66 (patch) | |
| tree | 1197aa1287f43c24c3395ad16b8082c0bd5057d0 /src | |
| parent | 29eaf3c8a8c7b22e34a6183fec5343d82762f590 (diff) | |
| download | emacs-288e1fd737265b7fc20c2c0d5a7b4ffaf26ecf66.tar.gz emacs-288e1fd737265b7fc20c2c0d5a7b4ffaf26ecf66.zip | |
Port to 32-bit Sun C 5.12 sparc
* make-docfile.c (close_emacs_globals): Align lispsym to GCALIGNMENT.
The alignment is required on all platforms; it just happens to have
been properly aligned on the previous platforms we tested.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9819e0746d5..ab72bf158a4 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -233,8 +233,8 @@ extern bool suppress_checking EXTERNALLY_VISIBLE; | |||
| 233 | 233 | ||
| 234 | USE_LSB_TAG not only requires the least 3 bits of pointers returned by | 234 | USE_LSB_TAG not only requires the least 3 bits of pointers returned by |
| 235 | malloc to be 0 but also needs to be able to impose a mult-of-8 alignment | 235 | malloc to be 0 but also needs to be able to impose a mult-of-8 alignment |
| 236 | on the few static Lisp_Objects used: all the defsubr as well | 236 | on the few static Lisp_Objects used: lispsym, all the defsubr, and |
| 237 | as the two special buffers buffer_defaults and buffer_local_symbols. */ | 237 | the two special buffers buffer_defaults and buffer_local_symbols. */ |
| 238 | 238 | ||
| 239 | enum Lisp_Bits | 239 | enum Lisp_Bits |
| 240 | { | 240 | { |