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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c [emacs-unicode-2]
Date: Fri, 16 Jul 2004 23:13:00 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.318.2.5 emacs/src/alloc.c:1.318.2.6
*** emacs/src/alloc.c:1.318.2.5 Tue Jun 29 16:46:01 2004
--- emacs/src/alloc.c   Sat Jul 17 02:46:48 2004
***************
*** 4990,4995 ****
--- 4990,4996 ----
          break;
  
        case Lisp_Misc_Save_Value:
+ #if GC_MARK_STACK
          {
            register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);
            /* If DOGC is set, POINTER is the address of a memory
***************
*** 5002,5007 ****
--- 5003,5009 ----
                  mark_maybe_object (*p);
              }
          }
+ #endif
          break;
  
        case Lisp_Misc_Overlay:




reply via email to

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