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


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Fri, 15 Feb 2002 04:36:06 -0500

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.263 emacs/src/alloc.c:1.264
*** emacs/src/alloc.c:1.263     Fri Feb  8 16:23:53 2002
--- emacs/src/alloc.c   Fri Feb 15 04:36:05 2002
***************
*** 396,402 ****
  
  /* Addresses of staticpro'd variables.  */
  
! #define NSTATICS 1024
  Lisp_Object *staticvec[NSTATICS] = {0};
  
  /* Index of next unused slot in staticvec.  */
--- 396,402 ----
  
  /* Addresses of staticpro'd variables.  */
  
! #define NSTATICS 1026
  Lisp_Object *staticvec[NSTATICS] = {0};
  
  /* Index of next unused slot in staticvec.  */



reply via email to

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