/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.272.2.11 by miles, Tue Jul 6 10:23:39 2004 UTC revision 1.272.2.12 by miles, Sat Jul 17 02:51:57 2004 UTC
# Line 5034  mark_object (arg) Line 5034  mark_object (arg)
5034            break;            break;
5035    
5036          case Lisp_Misc_Save_Value:          case Lisp_Misc_Save_Value:
5037    #if GC_MARK_STACK
5038            {            {
5039              register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);              register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);
5040              /* If DOGC is set, POINTER is the address of a memory              /* If DOGC is set, POINTER is the address of a memory
# Line 5046  mark_object (arg) Line 5047  mark_object (arg)
5047                    mark_maybe_object (*p);                    mark_maybe_object (*p);
5048                }                }
5049            }            }
5050    #endif
5051            break;            break;
5052    
5053          case Lisp_Misc_Overlay:          case Lisp_Misc_Overlay:

Legend:
Removed from v.1.272.2.11  
changed lines
  Added in v.1.272.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26