diff options
| author | Katsumi Yamaoka | 2008-11-14 00:17:11 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2008-11-14 00:17:11 +0000 |
| commit | 3fda03158cca460086a067a6d104b9f97309ee36 (patch) | |
| tree | 14ccfe3406731ade1ea7b84af98244edf11482ad /src | |
| parent | 386987aa50d6687068f3b6f577960be56a9a0e77 (diff) | |
| download | emacs-3fda03158cca460086a067a6d104b9f97309ee36.tar.gz emacs-3fda03158cca460086a067a6d104b9f97309ee36.zip | |
(BASE_PURESIZE): Increase to 1260000.
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 c96d0fe6c77..2e2c77613d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-11-14 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 1260000. | ||
| 4 | |||
| 1 | 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change) | 5 | 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change) |
| 2 | 6 | ||
| 3 | * frame.c (x_set_alpha): Set alpha to -1 if nil given. | 7 | * frame.c (x_set_alpha): Set alpha to -1 if nil given. |
diff --git a/src/puresize.h b/src/puresize.h index c1996011d8a..ae0e67bb379 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 (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 44 | #define BASE_PURESIZE (1260000 + 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. */ |