emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Sat, 23 Jul 2005 15:08:32 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.533 emacs/src/lisp.h:1.534
*** emacs/src/lisp.h:1.533      Wed Jul 13 05:32:52 2005
--- emacs/src/lisp.h    Sat Jul 23 19:08:32 2005
***************
*** 1876,1884 ****
  
  extern int consing_since_gc;
  
! /* Threshold for doing another gc.  */
  
! extern EMACS_INT gc_cons_combined_threshold;
  
  /* Structure for recording stack slots that need marking.  */
  
--- 1876,1886 ----
  
  extern int consing_since_gc;
  
! /* Thresholds for doing another gc.  */
  
! extern EMACS_INT gc_cons_threshold;
! 
! extern EMACS_INT gc_relative_threshold;
  
  /* Structure for recording stack slots that need marking.  */
  




reply via email to

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