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

Diff of /emacs/src/bytecode.c

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

revision 1.76 by monnier, Sun May 25 17:40:52 2003 UTC revision 1.77 by monnier, Sun Jul 6 19:30:10 2003 UTC
# Line 292  mark_byte_stack () Line 292  mark_byte_stack ()
292        for (obj = stack->bottom; obj <= stack->top; ++obj)        for (obj = stack->bottom; obj <= stack->top; ++obj)
293          if (!XMARKBIT (*obj))          if (!XMARKBIT (*obj))
294            {            {
295              mark_object (obj);              mark_object (*obj);
296              XMARK (*obj);              XMARK (*obj);
297            }            }
298    
299        if (!XMARKBIT (stack->byte_string))        if (!XMARKBIT (stack->byte_string))
300          {          {
301            mark_object (&stack->byte_string);            mark_object (stack->byte_string);
302            XMARK (stack->byte_string);            XMARK (stack->byte_string);
303          }          }
304    
305        if (!XMARKBIT (stack->constants))        if (!XMARKBIT (stack->constants))
306          {          {
307            mark_object (&stack->constants);            mark_object (stack->constants);
308            XMARK (stack->constants);            XMARK (stack->constants);
309          }          }
310      }      }

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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