diff options
| author | Paul Eggert | 2012-08-22 00:20:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-22 00:20:42 -0700 |
| commit | d733ec6d3d0b6524df9f5f5d9132ff430dd5dc01 (patch) | |
| tree | 7670aa5cd4887e596c2b5ff244109d276411038f /src/ChangeLog | |
| parent | 80a51fa01ff36879aa57f82f90b796a2092e8191 (diff) | |
| download | emacs-d733ec6d3d0b6524df9f5f5d9132ff430dd5dc01.tar.gz emacs-d733ec6d3d0b6524df9f5f5d9132ff430dd5dc01.zip | |
* fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
Otherwise, the compiler complains about (A?B:C) where B is void
and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
(fontset_add): Return void, for FONTSET_ADD.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 27e430d7d0d..c43404fa438 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. | ||
| 4 | Otherwise, the compiler complains about (A?B:C) where B is void | ||
| 5 | and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12. | ||
| 6 | (fontset_add): Return void, for FONTSET_ADD. | ||
| 7 | |||
| 1 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * alloc.c: Use bool for booleans. | 10 | * alloc.c: Use bool for booleans. |