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: 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.  */



reply via email to

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