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 /lib-src/ChangeLog | |
| 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 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9a1fc7a3e9f..ec4d16aaabe 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to 32-bit Sun C 5.12 sparc | ||
| 4 | * make-docfile.c (close_emacs_globals): Align lispsym to GCALIGNMENT. | ||
| 5 | The alignment is required on all platforms; it just happens to have | ||
| 6 | been properly aligned on the previous platforms we tested. | ||
| 7 | |||
| 1 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Use 0 for Qnil | 10 | Use 0 for Qnil |