[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: |
Wed, 10 Jul 2002 04:45:25 -0400 |
Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.272 emacs/src/alloc.c:1.273
*** emacs/src/alloc.c:1.272 Mon May 20 04:04:52 2002
--- emacs/src/alloc.c Wed Jul 10 04:45:24 2002
***************
*** 4048,4054 ****
register int i;
int message_p;
Lisp_Object total[8];
! int count = BINDING_STACK_SIZE ();
/* Can't GC if pure storage overflowed because we can't determine
if something is a pure object or not. */
--- 4048,4054 ----
register int i;
int message_p;
Lisp_Object total[8];
! int count = SPECPDL_INDEX ();
/* Can't GC if pure storage overflowed because we can't determine
if something is a pure object or not. */
- [Emacs-diffs] Changes to emacs/src/alloc.c,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/alloc.c, Juanma Barranquero, 2002/07/11
- [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