diff options
| author | YAMAMOTO Mitsuharu | 2006-07-25 10:10:41 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-07-25 10:10:41 +0000 |
| commit | 55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c (patch) | |
| tree | 966f0f3478ffa940ddd94e2b0504f387b766a46a /src | |
| parent | 79fd0489dd7b2015d74b70755720298bef63cf74 (diff) | |
| download | emacs-55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c.tar.gz emacs-55a905016c61b6bfc7ed7c0b45a5b7435bf42c5c.zip | |
(BASE_PURESIZE): Decrease to 1102000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 10a525f8a3f..d2e8162f38a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * alloc.c (find_string_data_in_pure): New function. | ||
| 4 | (make_pure_string): Use it to reuse existing string data if possible. | ||
| 5 | |||
| 6 | * puresize.h (BASE_PURESIZE): Decrease to 1102000. | ||
| 7 | |||
| 1 | 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * keymap.c (Fdefine_key): If the key binding definition looks like an | 10 | * keymap.c (Fdefine_key): If the key binding definition looks like an |
diff --git a/src/puresize.h b/src/puresize.h index a4ec7cacf23..bae7cbb6d6a 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | #ifndef BASE_PURESIZE | 45 | #ifndef BASE_PURESIZE |
| 46 | #define BASE_PURESIZE (1141000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 46 | #define BASE_PURESIZE (1102000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |