Mercurial > emacs
comparison src/ChangeLog @ 112290:9164d0b32512
* fontset.c (free_realized_fontset): Mark unreachable code with if (0).
Previously it was marked by preceding it with "return;", but
Sun cc complains about this.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 16 Jan 2011 19:05:08 -0800 |
parents | 81d8294d0c45 |
children | d10e4c917525 |
comparison
equal
deleted
inserted
replaced
112288:81d8294d0c45 | 112290:9164d0b32512 |
---|---|
1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> | 1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> |
2 | |
3 * fontset.c (free_realized_fontset): Mark unreachable code with if (0). | |
4 Previously it was marked by preceding it with "return;", but | |
5 Sun cc complains about this. | |
2 | 6 |
3 * coding.c (decode_coding_emacs_mule): Remove unreachable code. | 7 * coding.c (decode_coding_emacs_mule): Remove unreachable code. |
4 This is a typo left over from revno 95090 dated 2009-03-06, | 8 This is a typo left over from revno 95090 dated 2009-03-06, |
5 which fixed Bug#2370. Caught by Sun cc. | 9 which fixed Bug#2370. Caught by Sun cc. |
6 | 10 |