diff options
| author | Dan Nicolaescu | 2008-07-18 01:11:05 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-18 01:11:05 +0000 |
| commit | add4eecc5c4f4408a192a1847e0ad55abd976486 (patch) | |
| tree | 44eb333343a17503203baf9ac8539f998af349f4 /src | |
| parent | 3c2dbd941620405691c0840aaa915c38ecc72249 (diff) | |
| download | emacs-add4eecc5c4f4408a192a1847e0ad55abd976486.tar.gz emacs-add4eecc5c4f4408a192a1847e0ad55abd976486.zip | |
(BASE_PURESIZE): Increase to 1240000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3db5a7d4e19..7dcca1f5457 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 1240000. | ||
| 4 | |||
| 1 | 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2008-07-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * gtkutil.c: Include <config.h> instead of "config.h". | 7 | * gtkutil.c: Include <config.h> instead of "config.h". |
diff --git a/src/puresize.h b/src/puresize.h index d49a7a0542d..9dba57ac497 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/>. */ | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | #ifndef BASE_PURESIZE | 43 | #ifndef BASE_PURESIZE |
| 44 | #define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 44 | #define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 45 | #endif | 45 | #endif |
| 46 | 46 | ||
| 47 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 47 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |