diff options
author | Kenichi Handa <handa@m17n.org> | 2008-05-22 12:27:44 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-05-22 12:27:44 +0000 |
commit | 955b979c001e116d1443c6e2781d57caf59b4b99 (patch) | |
tree | 0379def65eba4ed6cac1771cb2e38ecd174a5e20 /src/puresize.h | |
parent | d6710afe34eca2f8096805d708fd5fdfd5adeeb0 (diff) | |
download | emacs-955b979c001e116d1443c6e2781d57caf59b4b99.tar.gz |
(BASE_PURESIZE): Increaed to 1220000.
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 30b5a819299..89bb76b2cb9 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 (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |