emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/puresize.h


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/puresize.h
Date: Sun, 16 Apr 2006 12:19:27 +0000

Index: emacs/src/puresize.h
diff -u emacs/src/puresize.h:1.83 emacs/src/puresize.h:1.84
--- emacs/src/puresize.h:1.83   Sat Apr 15 17:53:17 2006
+++ emacs/src/puresize.h        Sun Apr 16 12:19:27 2006
@@ -49,7 +49,7 @@
 /* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]