diff options
| author | Romain Francoise | 2006-04-16 17:27:17 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-04-16 17:27:17 +0000 |
| commit | 8d95636b2ec6166746e808f2cffd143a0118a88a (patch) | |
| tree | f4d5c70bbda7a7cbf74129a121bd2e43d9243234 /src | |
| parent | 6a258a33e0d76d1f173fbb3afbf0bec5192fcd12 (diff) | |
| download | emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.tar.gz emacs-8d95636b2ec6166746e808f2cffd143a0118a88a.zip | |
(BASE_PURESIZE): Decrement back to 1200000.
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 432e0915cb3..5ab6b2c06ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-16 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Decrement back to 1200000. | ||
| 4 | |||
| 1 | 2006-04-16 Andreas Schwab <schwab@suse.de> | 5 | 2006-04-16 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * puresize.h (PURESIZE_RATIO): Reduce to 10/6. | 7 | * puresize.h (PURESIZE_RATIO): Reduce to 10/6. |
diff --git a/src/puresize.h b/src/puresize.h index 67e758ae799..fa73736bc43 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 (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 46 | #define BASE_PURESIZE (1200000 + 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. */ |