diff options
| author | Richard M. Stallman | 2003-06-27 02:25:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-06-27 02:25:31 +0000 |
| commit | e81043aa06dff19ab242a54324906b6cad8ef4c6 (patch) | |
| tree | aab1eecda7c601443c43f13bba503fa79c8d9140 /src | |
| parent | 9c3521e0938e75a5f4519d7b68fdb59456971630 (diff) | |
| download | emacs-e81043aa06dff19ab242a54324906b6cad8ef4c6.tar.gz emacs-e81043aa06dff19ab242a54324906b6cad8ef4c6.zip | |
(BASE_PURESIZE): Increment base size.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55e468b0186..33dbe6c8a2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-06-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increment base size. | ||
| 4 | |||
| 5 | * xdisp.c (fast_find_position): Enable Gerd's new definition. | ||
| 6 | |||
| 7 | * xterm.c (xim_initialize): Undo previous change. | ||
| 8 | |||
| 1 | 2003-06-26 Stefan Monnier <monnier@cs.yale.edu> | 9 | 2003-06-26 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 10 | ||
| 3 | * alloc.c (survives_gc_p): Simplify. | 11 | * alloc.c (survives_gc_p): Simplify. |
diff --git a/src/puresize.h b/src/puresize.h index fd5bf1829a9..67c8aede134 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #ifndef BASE_PURESIZE | 44 | #ifndef BASE_PURESIZE |
| 45 | #define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 46 | #endif | 46 | #endif |
| 47 | 47 | ||
| 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 48 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |