[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/puresize.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/puresize.h,v |
Date: |
Fri, 18 Jul 2008 01:11:07 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/18 01:11:07
Index: puresize.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/puresize.h,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- puresize.h 16 Jun 2008 04:55:44 -0000 1.109
+++ puresize.h 18 Jul 2008 01:11:05 -0000 1.110
@@ -41,7 +41,7 @@
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA +
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA +
SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
- [Emacs-diffs] Changes to emacs/src/puresize.h,v,
Dan Nicolaescu <=