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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Thu, 11 Jul 2002 10:07:54 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.273 emacs/src/alloc.c:1.274
*** emacs/src/alloc.c:1.273     Wed Jul 10 04:45:24 2002
--- emacs/src/alloc.c   Thu Jul 11 10:07:54 2002
***************
*** 4020,4026 ****
  int
  inhibit_garbage_collection ()
  {
!   int count = specpdl_ptr - specpdl;
    int nbits = min (VALBITS, BITS_PER_INT);
  
    specbind (Qgc_cons_threshold, make_number (((EMACS_INT) 1 << (nbits - 1)) - 
1));
--- 4020,4026 ----
  int
  inhibit_garbage_collection ()
  {
!   int count = SPECPDL_INDEX ();
    int nbits = min (VALBITS, BITS_PER_INT);
  
    specbind (Qgc_cons_threshold, make_number (((EMACS_INT) 1 << (nbits - 1)) - 
1));



reply via email to

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