diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-06-27 02:25:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-06-27 02:25:31 +0000 |
commit | e81043aa06dff19ab242a54324906b6cad8ef4c6 (patch) | |
tree | aab1eecda7c601443c43f13bba503fa79c8d9140 /src/puresize.h | |
parent | 9c3521e0938e75a5f4519d7b68fdb59456971630 (diff) | |
download | emacs-e81043aa06dff19ab242a54324906b6cad8ef4c6.tar.gz |
(BASE_PURESIZE): Increment base size.
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 fd5bf1829a9..67c8aede134 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (920000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |