aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKatsumi Yamaoka2008-06-16 04:55:44 +0000
committerKatsumi Yamaoka2008-06-16 04:55:44 +0000
commit6409a9558a4215fa71bb0b7cd358f3c0c24d9a23 (patch)
tree60e7d9761234843773ef1fb42f426b6c3e5d55fd /src
parentbebcd7f7ef7724d0dbf1b1372218938383218dea (diff)
downloademacs-6409a9558a4215fa71bb0b7cd358f3c0c24d9a23.tar.gz
emacs-6409a9558a4215fa71bb0b7cd358f3c0c24d9a23.zip
(BASE_PURESIZE): Increase to 1230000.
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 23b5090bc8a..6567cf00362 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * puresize.h (BASE_PURESIZE): Increase to 1230000.
4
12008-06-16 Chong Yidong <cyd@stupidchicken.com> 52008-06-16 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * font.c (font_parse_fcname): Correctly parse KEY=VAL values. 7 * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
diff --git a/src/puresize.h b/src/puresize.h
index 89bb76b2cb9..d49a7a0542d 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 (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 44#define BASE_PURESIZE (1230000 + 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. */