diff options
| author | Dan Nicolaescu | 2007-08-29 06:06:51 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-08-29 06:06:51 +0000 |
| commit | 381864b2990031119da16684668b48eb86894dca (patch) | |
| tree | 9176c7d43390ff9df6eb14d69a27a677ad330162 /src | |
| parent | 2e3695d2a9dcd795b138e4d291a9f779e066231a (diff) | |
| download | emacs-381864b2990031119da16684668b48eb86894dca.tar.gz emacs-381864b2990031119da16684668b48eb86894dca.zip | |
(BASE_PURESIZE): Increase base value to 1164000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 029f84945d5..43a097fe6a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | * macterm.h (struct mac_display_info): Add terminal. | 37 | * macterm.h (struct mac_display_info): Add terminal. |
| 38 | 38 | ||
| 39 | * puresize.h (BASE_PURESIZE): Increase base value to 1158000. | 39 | * puresize.h (BASE_PURESIZE): Increase base value to 1164000. |
| 40 | 40 | ||
| 41 | * sysdep.c: Comment out text after #endif. | 41 | * sysdep.c: Comment out text after #endif. |
| 42 | 42 | ||
diff --git a/src/puresize.h b/src/puresize.h index 5f72dfb04cc..4b88283d8dd 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 (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 46 | #define BASE_PURESIZE (1164000 + 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. */ |