aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Brown2016-05-30 22:22:08 -0400
committerKen Brown2016-05-30 22:22:08 -0400
commit1992075d990ecf780225f446ec3f616bf821d89e (patch)
tree5f5e1c1b6c959ceef2c985defea46bb775688ea6
parent237244bbd5ce753bcdf79634561de515bd76c687 (diff)
downloademacs-1992075d990ecf780225f446ec3f616bf821d89e.tar.gz
emacs-1992075d990ecf780225f446ec3f616bf821d89e.zip
* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase.
-rw-r--r--src/conf_post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index f16f8ee791a..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 */
181#endif 181#endif
182 182
183#ifdef CYGWIN 183#ifdef CYGWIN
184#define SYSTEM_PURESIZE_EXTRA 10000 184#define SYSTEM_PURESIZE_EXTRA 50000
185#endif 185#endif
186 186
187#if defined HAVE_NTGUI && !defined DebPrint 187#if defined HAVE_NTGUI && !defined DebPrint