* puresize.h (BASE_PURESIZE): Increment to 1210500.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-07-05 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* puresize.h (BASE_PURESIZE): Increment to 1210500.
|
||||
|
||||
2006-07-04 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* xterm.c (x_delete_display): Don't free or derefence NULL pointers.
|
||||
|
||||
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
|
||||
#endif
|
||||
|
||||
#ifndef BASE_PURESIZE
|
||||
#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#define BASE_PURESIZE (1210500 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
|
||||
#endif
|
||||
|
||||
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
|
||||
|
||||
Reference in New Issue
Block a user