diff options
author | Juri Linkov <juri@jurta.org> | 2009-08-07 13:55:00 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-08-07 13:55:00 +0000 |
commit | 416e006d39ea0eb9858f7bfb437fae24e867ce49 (patch) | |
tree | 59da8928c20231d51656ff6443b3bbeb1637f07d /src/puresize.h | |
parent | 3c53763cf24f7e7507fd3a941761aae836c0075e (diff) | |
download | emacs-416e006d39ea0eb9858f7bfb437fae24e867ce49.tar.gz |
(BASE_PURESIZE): Increase to 1270000.
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 0ed3e903771..04cbf87a840 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1270000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |