The R Project SVN R

Rev

Rev 63181 | Rev 63635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63181 Rev 63185
Line 315... Line 315...
315
#endif
315
#endif
316
	    cx = nthcdr(x, (int) offset);
316
	    cx = nthcdr(x, (int) offset);
317
	    x = CAR(cx);
317
	    x = CAR(cx);
318
	    if (dup && NAMED(x) > 1) {
318
	    if (dup && NAMED(x) > 1) {
319
		x = duplicate(x);
319
		x = duplicate(x);
320
		nthcdr(x, (int) offset);
320
		SETCAR(cx, x);
321
	    }
321
	    }
322
	} else {
322
	} else {
323
	    cx = x;
323
	    cx = x;
324
	    x = VECTOR_ELT(x, offset);
324
	    x = VECTOR_ELT(x, offset);
325
	    if (dup && NAMED(x) > 1) {
325
	    if (dup && NAMED(x) > 1) {