diff options
author | Romain Francoise <romain@orebokech.com> | 2005-10-28 17:57:02 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2005-10-28 17:57:02 +0000 |
commit | ab5d87b3e611650805cdf33e9c769eae6b77f580 (patch) | |
tree | 779f08af5b4a434745b3f1f9156b0e4527a38a3c /src/puresize.h | |
parent | 6a9e60bc9d00915ca200f4fa1a2c43efeb80c9ad (diff) | |
download | emacs-ab5d87b3e611650805cdf33e9c769eae6b77f580.tar.gz emacs-ab5d87b3e611650805cdf33e9c769eae6b77f580.tar.bz2 emacs-ab5d87b3e611650805cdf33e9c769eae6b77f580.zip |
(BASE_PURESIZE): Incremented to 1130000.
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 8ddbab8bbfe..8c755ea76a8 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |