/[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.346 by kfstorm, Thu Jun 24 22:01:27 2004 UTC revision 1.347 by kfstorm, Mon Jul 12 14:35:53 2004 UTC
# Line 5033  mark_object (arg) Line 5033  mark_object (arg)
5033            break;            break;
5034    
5035          case Lisp_Misc_Save_Value:          case Lisp_Misc_Save_Value:
5036    #if GC_MARK_STACK
5037            {            {
5038              register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);              register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);
5039              /* If DOGC is set, POINTER is the address of a memory              /* If DOGC is set, POINTER is the address of a memory
# Line 5045  mark_object (arg) Line 5046  mark_object (arg)
5046                    mark_maybe_object (*p);                    mark_maybe_object (*p);
5047                }                }
5048            }            }
5049    #endif
5050            break;            break;
5051    
5052          case Lisp_Misc_Overlay:          case Lisp_Misc_Overlay:

Legend:
Removed from v.1.346  
changed lines
  Added in v.1.347

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