The R Project SVN R

Rev

Rev 28991 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28991 Rev 29216
Line 467... Line 467...
467
 
467
 
468
		while (obj == first_object)
468
		while (obj == first_object)
469
		{	/* back at first object in sibling list */
469
		{	/* back at first object in sibling list */
470
			/* climb the tree */
470
			/* climb the tree */
471
			obj = obj->parent;
471
			obj = obj->parent;
-
 
472
			if (obj == top)
-
 
473
				break;
472
			if (obj->parent) {
474
			if (obj->parent) {
473
				first_object = obj->parent->child;
475
				first_object = obj->parent->child;
474
				obj = obj->next;
476
				obj = obj->next;
475
			}
477
			}
476
			else
478
			else