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;
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
