emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/alloc.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Sun, 19 Aug 2007 00:15:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/08/19 00:15:27

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -b -r1.413 -r1.414
--- alloc.c     26 Jul 2007 05:27:47 -0000      1.413
+++ alloc.c     19 Aug 2007 00:15:26 -0000      1.414
@@ -266,7 +266,7 @@
    remapping on more recent systems because this is less important
    nowadays than in the days of small memories and timesharing.  */
 
-EMACS_INT pure[PURESIZE / sizeof (EMACS_INT)] = {1,};
+EMACS_INT pure[(PURESIZE + sizeof (EMACS_INT) - 1) / sizeof (EMACS_INT)] = 
{1,};
 #define PUREBEG (char *) pure
 
 #else /* HAVE_SHM */




reply via email to

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