mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08: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
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue