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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Mon, 21 Jul 2003 05:50:54 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.316 emacs/src/alloc.c:1.317
*** emacs/src/alloc.c:1.316     Tue Jul 15 15:19:59 2003
--- emacs/src/alloc.c   Mon Jul 21 05:50:53 2003
***************
*** 5761,5771 ****
  
    DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,
               doc: /* Accumulated time elapsed in garbage collections.
! The time is in seconds as a floating point value.
! Programs may reset this to get statistics in a specific period.  */);
    DEFVAR_INT ("gcs-done", &gcs_done,
!             doc: /* Accumulated number of garbage collections done.
! Programs may reset this to get statistics in a specific period.  */);
  
    defsubr (&Scons);
    defsubr (&Slist);
--- 5761,5769 ----
  
    DEFVAR_LISP ("gc-elapsed", &Vgc_elapsed,
               doc: /* Accumulated time elapsed in garbage collections.
! The time is in seconds as a floating point value.  */);
    DEFVAR_INT ("gcs-done", &gcs_done,
!             doc: /* Accumulated number of garbage collections done.  */);
  
    defsubr (&Scons);
    defsubr (&Slist);




reply via email to

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