diff options
| author | Gerd Moellmann | 2001-11-18 11:00:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-11-18 11:00:08 +0000 |
| commit | a4184c1c43796b9c33509f79a4b9031c54dadbca (patch) | |
| tree | 54211bd87fa652363d8b2cfc578063a2b8c10e81 /src | |
| parent | f6fa08667543c70c8ffb26c631503d7d862867e0 (diff) | |
| download | emacs-a4184c1c43796b9c33509f79a4b9031c54dadbca.tar.gz emacs-a4184c1c43796b9c33509f79a4b9031c54dadbca.zip | |
(BASE_PURESIZE): Increase to 750000.
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 b7beb3e3059..562a0b2786b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-11-18 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 750000. | ||
| 4 | |||
| 1 | 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-11-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * frame.c (Fframe_live_p): Doc fix. | 7 | * frame.c (Fframe_live_p): Doc fix. |
diff --git a/src/puresize.h b/src/puresize.h index ed8432ef668..abedce42c72 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 (725000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (750000 + 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. */ |