aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-04 06:31:42 +0000
committerDan Nicolaescu2009-11-04 06:31:42 +0000
commit5d28d4b18b785a0d8f1bb213e61a756488d249f2 (patch)
treeb2d686e4050ea1a43a82c813db20506d84ccdd83 /src
parenteb6f577b9a9dc67fdb31f44f638711d4f94c420f (diff)
downloademacs-5d28d4b18b785a0d8f1bb213e61a756488d249f2.tar.gz
emacs-5d28d4b18b785a0d8f1bb213e61a756488d249f2.zip
(BASE_PURESIZE): Increase to 1620000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 393bb85c067..8dd87270863 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * puresize.h (BASE_PURESIZE): Increase to 1620000.
4
12009-11-03 Stefan Monnier <monnier@iro.umontreal.ca> 52009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers 7 * editfns.c (save_restriction_restore): Update the (pt/begv/vz)_markers
diff --git a/src/puresize.h b/src/puresize.h
index 44367dabb83..f9ab182438c 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
41#endif 41#endif
42 42
43#ifndef BASE_PURESIZE 43#ifndef BASE_PURESIZE
44#define BASE_PURESIZE (1470000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44#define BASE_PURESIZE (1620000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
45#endif 45#endif
46 46
47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 47/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */