emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Thu, 07 Feb 2008 12:47:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        08/02/07 12:47:01

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6131
retrieving revision 1.6132
diff -u -b -r1.6131 -r1.6132
--- ChangeLog   7 Feb 2008 06:54:39 -0000       1.6131
+++ ChangeLog   7 Feb 2008 12:47:00 -0000       1.6132
@@ -1,5 +1,15 @@
 2008-02-07  Jim Meyering  <address@hidden>
 
+        Use "do...while (0)", not "if (1)..else" in macro definitions.
+        The latter provokes a warning from gcc about the empty else, when
+        followed by ";".  Also, without that trailing semicolon, it would
+        silently swallow up any following statement.
+        * syntax.h (SETUP_SYNTAX_TABLE):
+        (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
+        * buffer.h (DECODE_POSITION): Likewise.
+
+2008-02-07  Jim Meyering  <address@hidden>
+
        * lread.c [lint]: Don't include <sys/inode.h>.
 
 2008-02-07  Stefan Monnier  <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]