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 [EMACS_22_BASE]


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

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Andreas Schwab <schwab> 07/08/19 00:16:21

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.409.2.1
retrieving revision 1.409.2.2
diff -u -b -r1.409.2.1 -r1.409.2.2
--- alloc.c     25 Jul 2007 05:16:04 -0000      1.409.2.1
+++ alloc.c     19 Aug 2007 00:16:20 -0000      1.409.2.2
@@ -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]