]> code.delx.au - gnu-emacs/blobdiff - src/puresize.h
*** empty log message ***
[gnu-emacs] / src / puresize.h
index c89ba6b047919e8a690271ca5603292a1ebd7b94..5dd374af207406fc971dee3cd0785263d5696619 100644 (file)
@@ -43,13 +43,13 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
 #if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO 9/5     /* Don't surround with `()'. */
+#define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif