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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c [lexbind]
Date: Fri, 16 Jul 2004 23:11:42 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.272.2.11 emacs/src/alloc.c:1.272.2.12
*** emacs/src/alloc.c:1.272.2.11        Tue Jul  6 10:23:39 2004
--- emacs/src/alloc.c   Sat Jul 17 02:51:57 2004
***************
*** 5034,5039 ****
--- 5034,5040 ----
          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
***************
*** 5046,5051 ****
--- 5047,5053 ----
                  mark_maybe_object (*p);
              }
          }
+ #endif
          break;
  
        case Lisp_Misc_Overlay:




reply via email to

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