(BASE_PURESIZE): Increase to 1250000.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 21 Aug 2008 13:47:37 +0000 (13:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 21 Aug 2008 13:47:37 +0000 (13:47 +0000)
src/puresize.h

index 5012c74..c199601 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1240000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */