]> code.delx.au - gnu-emacs/commitdiff
* movemail.c: Add missing 'defined'.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jul 2012 15:20:39 +0000 (08:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jul 2012 15:20:39 +0000 (08:20 -0700)
Suggested by Sven Joachim in
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.

lib-src/ChangeLog
lib-src/movemail.c

index 28f3403b36984adc3b11d28844a0c194d9e64a90..4f4d2b50a003825be7ea2ac995890aefdf417012 100644 (file)
@@ -1,3 +1,9 @@
+2012-07-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        Port 'movemail' again to Solaris and similar hosts.
index fb2111fd6213e12165a980fbaf544a9e3f2540f5..d157aa8c0b9bc272eae55a7012f8b4b7bf9df11c 100644 (file)
@@ -145,7 +145,7 @@ static int mbx_delimit_begin (FILE *mbf);
 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.  */