[Top][All Lists]
[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));
- [Emacs-diffs] Changes to emacs/src/alloc.c, Juanma Barranquero, 2002/07/10
- [Emacs-diffs] Changes to emacs/src/alloc.c,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/alloc.c, Richard M. Stallman, 2002/07/11
- [Emacs-diffs] Changes to emacs/src/alloc.c, Ken Raeburn, 2002/07/14
- [Emacs-diffs] Changes to emacs/src/alloc.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/alloc.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/alloc.c, Kenichi Handa, 2002/07/26