comparison src/ChangeLog @ 91623:6bd1ac03e002

*** empty log message ***
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 07 Feb 2008 12:55:55 +0000
parents d8d7c4cd2096
children 284a9e945a2d
comparison
equal deleted inserted replaced
91622:0a283ea23533 91623:6bd1ac03e002
1 2008-02-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Use "do...while (0)".
4
1 2008-02-07 Jim Meyering <meyering@redhat.com> 5 2008-02-07 Jim Meyering <meyering@redhat.com>
2 6
3 Use "do...while (0)", not "if (1)..else" in macro definitions. 7 Use "do...while (0)", not "if (1)..else" in macro definitions.
4 The latter provokes a warning from gcc about the empty else, when 8 The latter provokes a warning from gcc about the empty else, when
5 followed by ";". Also, without that trailing semicolon, it would 9 followed by ";". Also, without that trailing semicolon, it would