Posted to tcl by kbk at Tue Oct 27 19:13:43 GMT 2009view pretty
fprintf(stderr, "AppendPath called\n");
fprintf(stderr, "head: %p (refcount = %d)\n", head, head->refCount);
if (head->bytes) {
fprintf(stderr, " bytes: %s\n", head->bytes);
}
if (head->typePtr) {
fprintf(stderr, " type: %s\n", head->typePtr->name);
}
fprintf(stderr, "tail: %p (refcount = %d)\n", tail, tail->refCount);
if (tail->bytes) {
fprintf(stderr, " bytes: %s\n", head->bytes);
}
if (tail->typePtr) {
fprintf(stderr, " type: %s\n", head->typePtr->name);
}
fflush(stderr);