diff options
| author | Gerd Moellmann | 2001-10-08 07:43:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-08 07:43:23 +0000 |
| commit | 55fa782068761482423ba789cbed4056c8f123ea (patch) | |
| tree | bd07663c6ed923c92d08c2e7d4c3998c77733f64 /src | |
| parent | 894e460c17138f672e5cfbed39785485f843675d (diff) | |
| download | emacs-55fa782068761482423ba789cbed4056c8f123ea.tar.gz emacs-55fa782068761482423ba789cbed4056c8f123ea.zip | |
(BASE_PURESIZE): Increase to 725000.
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 3c5cf4e4721..0b1712559e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-10-08 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 725000. | ||
| 4 | |||
| 1 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-10-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * xfaces.c (free_frame_menubar): Add prototype. | 7 | * xfaces.c (free_frame_menubar): Add prototype. |
diff --git a/src/puresize.h b/src/puresize.h index a6e0ad8ba39..ed8432ef668 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 (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (725000 + 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. */ |