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.  */
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to