diff options
| author | Kim F. Storm | 2002-03-13 13:33:30 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-03-13 13:33:30 +0000 |
| commit | b8a02ca97e569e4379475d311ecea49c6e6c5196 (patch) | |
| tree | 98c154f2f33ccfda33fd3a9e53db43b945b007f9 /src/puresize.h | |
| parent | 1bed7c3512d37bc086de92647a09002d4aa77a31 (diff) | |
| download | emacs-b8a02ca97e569e4379475d311ecea49c6e6c5196.tar.gz emacs-b8a02ca97e569e4379475d311ecea49c6e6c5196.zip | |
(BASE_PURESIZE): Increase to 775000.
Diffstat (limited to 'src/puresize.h')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 0b1ea6986a4..44cffcaee96 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 (755000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (775000 + 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. */ |