emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116874: * src/conf_post.h (SYSTEM_PURESIZE_EXTRA


From: Ken Brown
Subject: [Emacs-diffs] emacs-24 r116874: * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)
Date: Fri, 28 Mar 2014 16:32:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116874
revision-id: address@hidden
parent: address@hidden
committer: Ken Brown <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-03-28 12:32:54 -0400
message:
  * src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000.  (Bug#17112)
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/conf_post.h                conf_post.h-20120730211826-q0qbxxwh2emw52hd-1
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-03-28 00:50:53 +0000
+++ b/src/ChangeLog     2014-03-28 16:32:54 +0000
@@ -1,3 +1,8 @@
+2014-03-28  Ken Brown  <address@hidden>
+
+       * conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000.
+       (Bug#17112)
+
 2014-03-28  YAMAMOTO Mitsuharu  <address@hidden>
 
        * xterm.c (x_draw_image_glyph_string): Adjust image background

=== modified file 'src/conf_post.h'
--- a/src/conf_post.h   2014-01-20 16:55:28 +0000
+++ b/src/conf_post.h   2014-03-28 16:32:54 +0000
@@ -161,6 +161,10 @@
 #endif
 #endif
 
+#ifdef CYGWIN
+#define SYSTEM_PURESIZE_EXTRA 10000
+#endif
+
 #if defined HAVE_NTGUI && !defined DebPrint
 # ifdef EMACSDEBUG
 extern void _DebPrint (const char *fmt, ...);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]