mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
* movemail.c: Add missing 'defined'.
Suggested by Sven Joachim in <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
This commit is contained in:
parent
56bc1586ea
commit
debd9b27a2
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user