diff options
| author | Ken Raeburn | 2000-02-02 21:06:43 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-02-02 21:06:43 +0000 |
| commit | 15c9cf819332f019605e073584a93f2b9b8dc124 (patch) | |
| tree | 7b95302420de8e5413be6ba78011fcc299357d85 /src | |
| parent | f26c34fdefce968f90dd72c50ee9e3293dfe61ce (diff) | |
| download | emacs-15c9cf819332f019605e073584a93f2b9b8dc124.tar.gz emacs-15c9cf819332f019605e073584a93f2b9b8dc124.zip | |
* puresize.h (BASE_PURESIZE): Increase to 610000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ff58a41f10..f3b41fcf188 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-02-02 Ken Raeburn <raeburn@raeburn.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 610000. | ||
| 4 | |||
| 1 | 2000-02-02 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * frame.c (Fframe_parameters): Add GCPRO because tty_color_name | 7 | * frame.c (Fframe_parameters): Add GCPRO because tty_color_name |
diff --git a/src/puresize.h b/src/puresize.h index 74527330ddf..bdd2d251a5e 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 (600000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (610000 + 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. */ |