emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110586: Decrease NSTATICS to 0x800.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110586: Decrease NSTATICS to 0x800.
Date: Fri, 19 Oct 2012 08:43:12 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110586
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-19 08:43:12 +0200
message:
  Decrease NSTATICS to 0x800.
modified:
  src/ChangeLog
  src/alloc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-19 00:54:35 +0000
+++ b/src/ChangeLog     2012-10-19 06:43:12 +0000
@@ -1,3 +1,7 @@
+2012-10-19  Eli Zaretskii  <address@hidden>
+
+       * alloc.c (NSTATICS): Decrease to 0x800.
+
 2012-10-19  Stefan Monnier  <address@hidden>
 
        * fns.c (Fnreverse): Include the problem element when signalling an

=== modified file 'src/alloc.c'
--- a/src/alloc.c       2012-10-18 18:21:55 +0000
+++ b/src/alloc.c       2012-10-19 06:43:12 +0000
@@ -376,7 +376,7 @@
 /* Addresses of staticpro'd variables.  Initialize it to a nonzero
    value; otherwise some compilers put it into BSS.  */
 
-#define NSTATICS 0x1000
+#define NSTATICS 0x800
 static Lisp_Object *staticvec[NSTATICS] = {&Vpurify_flag};
 
 /* Index of next unused slot in staticvec.  */


reply via email to

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