diff options
Diffstat (limited to 'src/conf_post.h')
-rw-r--r-- | src/conf_post.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 5d3394fafce..bea2a8a587f 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -181,7 +181,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #endif #ifdef CYGWIN -#define SYSTEM_PURESIZE_EXTRA 10000 +#define SYSTEM_PURESIZE_EXTRA 50000 #endif #if defined HAVE_NTGUI && !defined DebPrint @@ -343,9 +343,8 @@ extern int emacs_setenv_TZ (char const *); # define FLEXIBLE_ARRAY_MEMBER #endif -/* Use this to suppress gcc's `...may be used before initialized' warnings. */ -#ifdef lint /* Use CODE only if lint checking is in effect. */ +#if defined GCC_LINT || defined lint # define IF_LINT(Code) Code #else # define IF_LINT(Code) /* empty */ |