emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109052: * movemail.c: Add missing 'd


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109052: * movemail.c: Add missing 'defined'.
Date: Thu, 12 Jul 2012 08:20:39 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109052
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-12 08:20:39 -0700
message:
  * movemail.c: Add missing 'defined'.
  
  Suggested by Sven Joachim in
  <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
modified:
  lib-src/ChangeLog
  lib-src/movemail.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-07-11 22:44:07 +0000
+++ b/lib-src/ChangeLog 2012-07-12 15:20:39 +0000
@@ -1,3 +1,9 @@
+2012-07-12  Paul Eggert  <address@hidden>
+
+       * movemail.c: Add missing 'defined'.
+       Suggested by Sven Joachim in
+       <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
+
 2012-07-11  Paul Eggert  <address@hidden>
 
        Port 'movemail' again to Solaris and similar hosts.

=== modified file 'lib-src/movemail.c'
--- a/lib-src/movemail.c        2012-07-11 22:44:07 +0000
+++ b/lib-src/movemail.c        2012-07-12 15:20:39 +0000
@@ -145,7 +145,7 @@
 static int mbx_delimit_end (FILE *mbf);
 #endif
 
-#if (MAIL_USE_MAILLOCK                                                 \
+#if (defined MAIL_USE_MAILLOCK                                         \
      || (!defined DISABLE_DIRECT_ACCESS && !defined MAIL_USE_MMDF      \
         && !defined MAIL_USE_SYSTEM_LOCK))
 /* Like malloc but get fatal error if memory is exhausted.  */


reply via email to

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