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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Wed, 13 Jul 2005 01:33:34 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.372 emacs/src/alloc.c:1.373
*** emacs/src/alloc.c:1.372     Wed Jul 13 05:28:37 2005
--- emacs/src/alloc.c   Wed Jul 13 05:33:34 2005
***************
*** 174,180 ****
  
  /* Number of bytes of consing since GC before another GC should be done. */
  
! EMACS_INT gc_cons_threshold;
  EMACS_INT gc_cons_combined_threshold;
  static Lisp_Object Vgc_cons_percentage;
  
--- 174,180 ----
  
  /* Number of bytes of consing since GC before another GC should be done. */
  
! static EMACS_INT gc_cons_threshold;
  EMACS_INT gc_cons_combined_threshold;
  static Lisp_Object Vgc_cons_percentage;
  




reply via email to

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